diff options
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ .PHONY: all clean test attocc: attocc.c - cc -DDEBUG -O3 -o $@ $< + cc -O3 -o $@ $< ALL = attocc attocc-small attocc-debug attocc-test attocc-test-opt |