From accdadbababdada12ac2f005c2faa9936d8101a6 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 12 Apr 2025 16:02:00 +0200 Subject: enum decls but broken --- makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index dae0c7d..07dcb29 100644 --- a/makefile +++ b/makefile @@ -1,5 +1,10 @@ .PHONY: all clean test -ALL = attocc attocc-small attocc-debug attocc-test + +attocc: attocc.c + cc -DDEBUG -O3 -o $@ $< + +ALL = attocc attocc-small attocc-debug attocc-test attocc-test-opt + all: $(ALL) clean: rm $(ALL) @@ -7,9 +12,6 @@ test: attocc-test attocc-test-opt ./attocc-test ./attocc-test-opt -attocc: attocc.c - cc -DDEBUG -O3 -o $@ $< - attocc-debug: attocc.c cc -DDEBUG -Wall -Wextra -Wpedantic -Og -g -o $@ $< -- cgit v1.2.3-70-g09d2