Remove Makefile testing code.
Revert disabled printd() to a semicolon.
This commit is contained in:
parent
2cc97288bf
commit
b390e272a7
|
@ -13,7 +13,6 @@ GCC_COM ?= gcc -g -O0 -Wall -o $(exe) -D STANDALONE -DSCRIPTDIR=\"$(SCRIPTDIR)\"
|
|||
|
||||
all:
|
||||
$(GCC_COM) $(files) $(libs) && echo && ./tests.sh
|
||||
echo "$(file_libs)"
|
||||
|
||||
notest:
|
||||
$(GCC_COM) $(file_libs)
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#ifdef DEBUG
|
||||
#define printd(...) printf(__VA_ARGS__)
|
||||
#else
|
||||
#define printd(...) (0)
|
||||
#define printd(...) ;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue