Added examples/Makefile

This commit is contained in:
Yann Collet
2016-07-10 14:25:38 +02:00
parent 25c506601c
commit 677ed26aa7
5 changed files with 102 additions and 6 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ bmi32test: clean
CFLAGS="-O3 -mbmi -m32 -Werror" $(MAKE) -C $(PRGDIR) test
staticAnalyze: clean
CPPFLAGS=-g scan-build --status-bugs -v $(MAKE) all
CPPFLAGS=-g scan-build --status-bugs -v $(MAKE) all
endif