From ab8ec0f137b17be65369e05383f3471f901bb7c3 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 15 Jun 2024 13:36:09 +0200 Subject: bug with idents --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index ffd9c32..7b19833 100644 --- a/makefile +++ b/makefile @@ -5,11 +5,11 @@ clean: rm $(ALL) attocc: attocc.c - gcc -O3 -o $@ $< + cc -O3 -o $@ $< attocc-debug: attocc.c - gcc -DDEBUG -Wall -Wextra -Wpedantic -o $@ $< + cc -DDEBUG -Wall -Wextra -Wpedantic -o $@ $< attocc-small: attocc.c - gcc -Wl,--gc-sections -flto -ffunction-sections -fdata-sections -fPIC -s -Os -o $@ $< + cc -Wl,--gc-sections -flto -ffunction-sections -fdata-sections -fPIC -s -Os -o $@ $< strip -x $@ -- cgit v1.2.3-70-g09d2