aboutsummaryrefslogtreecommitdiff
path: root/smash/Makefile
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2022-12-14 22:12:20 +0100
committerNathan Reiner <nathan@nathanreiner.xyz>2022-12-14 22:12:20 +0100
commit7536d000ac9a5188378f2749ecfd7f0ccb437573 (patch)
treee19b0da62b826dd9c6a7b0425ac3ec568a0fe434 /smash/Makefile
parentd179f1846f9372920ef02f08cfb4d3abe99b383f (diff)
first try to pipe stuff
Diffstat (limited to 'smash/Makefile')
-rw-r--r--smash/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/smash/Makefile b/smash/Makefile
index 3f684cd..4deb244 100644
--- a/smash/Makefile
+++ b/smash/Makefile
@@ -1,5 +1,5 @@
unit_test_parser:
- gcc parser.c ../lib/cstr/cstr.c ../lib/malloc/malloc.c ../lib/sys/start.S -static -nostdlib -fno-stack-protector -o test -DPARSER_UNIT_TEST -g
+ gcc parser.c ../lib/cstr/cstr.c ../lib/malloc/malloc.c ../lib/sys/start.S -static -nostdlib -fno-stack-protector -Wno-implicit-function-declaration -o test -DPARSER_UNIT_TEST -g
./test
unit_test_variables: