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 : 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)) .