diff options
author | metamuffin <metamuffin@disroot.org> | 2025-06-19 14:40:30 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-06-19 14:40:30 +0200 |
commit | fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030 (patch) | |
tree | 15cfaa9226ae06631780c003b42e5138f89cab83 /makefile | |
parent | ccda581933e02db4dd5297d7a1b84ab8b83416c3 (diff) | |
download | attocc-fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030.tar attocc-fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030.tar.bz2 attocc-fbb4db921ec1cb59c9264aab78d4dd3a7ef6d030.tar.zst |
parse func decl head
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 |