Skip to content

Commit c0245c8

Browse files
committed
8.1.0
1 parent f2800e6 commit c0245c8

File tree

10 files changed

+5
-3
lines changed

10 files changed

+5
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

qube/qhsmtst/Makefile renamed to qube/test/Makefile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,19 @@
4949
#-----------------------------------------------------------------------------
5050
# project name:
5151
#
52-
PROJECT := qube
52+
PROJECT := build_qube
5353

5454
#-----------------------------------------------------------------------------
5555
# project directories:
5656
#
5757

5858
# list of all source directories used by this project
59-
VPATH := .
59+
VPATH := . \
60+
../src
6061

6162
# list of all include directories needed by this project
62-
INCLUDES := -I.
63+
INCLUDES := -I. \
64+
-I../src
6365

6466
# location of the QP/C framework (if not provided in an env. variable)
6567
ifeq ($(QP),)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)