maj Makefile
This commit is contained in:
parent
767ba8bdcc
commit
b98c93c5d9
4
Makefile
4
Makefile
|
@ -46,9 +46,9 @@ test : $(OBJ)
|
||||||
alltest :
|
alltest :
|
||||||
@for f in $(subst ./test/,,$(TEST)); do make -s test file=$$f; done
|
@for f in $(subst ./test/,,$(TEST)); do make -s test file=$$f; done
|
||||||
|
|
||||||
# unzip : tar -xvf exemple.tgz
|
# unzip : mkdir exemple && tar -xvf exemple.tgz -C exemple
|
||||||
dist : clean
|
dist : clean
|
||||||
tar zcvf build/$(PROJECTNAME).tgz *
|
tar zcvf build/$(PROJECTNAME).tgz .
|
||||||
|
|
||||||
check :
|
check :
|
||||||
cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) .
|
cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) .
|
||||||
|
|
Loading…
Reference in New Issue