Compare commits

..

No commits in common. "12ad56ea95df1b1d26e02c825521070db911deed" and "a05bbf5fd6196f370951d70deae5ab450dbfbacd" have entirely different histories.

2 changed files with 18 additions and 1 deletions

View File

@ -1,11 +1,28 @@
TARGETS=\
src/contrib/jsmn \
src/cw
#src/cw src/mod src/ac
all:
#$(foreach i,$(TARGETS),$(call $(MAKE) -c, $i))
$(MAKE) -C src/contrib/jsmn
$(MAKE) -C src/cw
$(MAKE) -C src/mod
$(MAKE) -C src/ac
clean:
#$(foreach i,$(TARGETS),$(call $(MAKE) -c, $i))
$(MAKE) -C src/contrib/jsmn clean
$(MAKE) -C src/cw clean
$(MAKE) -C src/mod clean
$(MAKE) -C src/ac clean

View File

@ -1,5 +1,5 @@
include ../Defs.mak
MFDEPS=../Defs.mak
MFDEPS=../Defs.mak ../LocalDefs.mak
CWSRC=\