- reverted: removed config.mk from package dirs

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@912 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-01 13:53:48 +00:00
parent 82f8489466
commit 4297025be3
4 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
MAKE_HOME := /home/jens/work/software/make
include ./config.mk
NAME := Processor-1.0
+4
View File
@@ -0,0 +1,4 @@
MAKE_HOME := /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= $(CURDIR)/build/${CONFIG}
MAKEFLAGS += --no-print-directory
+1 -1
View File
@@ -1,4 +1,4 @@
MAKE_HOME := /home/jens/work/software/make
include ./config.mk
NAME := Test-1.0
CXX_SRCS += main.cpp test01.cpp test02.cpp TestBlock.cpp NullSource.cpp NullSink.cpp
+4
View File
@@ -0,0 +1,4 @@
MAKE_HOME := /home/jens/work/software/make
CONFIG ?= debug
BUILD_DIR ?= $(CURDIR)/build/${CONFIG}
MAKEFLAGS += --no-print-directory