maj Makefile

This commit is contained in:
_N3m0 2023-07-07 13:12:08 +02:00
parent 767ba8bdcc
commit b98c93c5d9
1 changed files with 2 additions and 2 deletions

View File

@ -46,9 +46,9 @@ test : $(OBJ)
alltest :
@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
tar zcvf build/$(PROJECTNAME).tgz *
tar zcvf build/$(PROJECTNAME).tgz .
check :
cppcheck --enable=all --suppress=missingIncludeSystem $(foreach I,$(INCDIRS),-I$(I)) .