summaryrefslogtreecommitdiff
path: root/Tupfile
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-10 21:45:05 +0200
committerkdx <kikoodx@paranoici.org>2023-06-10 21:45:05 +0200
commit3c8cea2e1a4242910c2c7b659026f3066d3ca8d9 (patch)
tree7f733c9ef780ea71f9079c1e300d9192cd0a6e36 /Tupfile
parent44e3cdde1f4893abc5ee2ffd1837c329e79a937e (diff)
downloadgolem-3c8cea2e1a4242910c2c7b659026f3066d3ca8d9.tar.gz
thx sensei
Diffstat (limited to 'Tupfile')
-rw-r--r--Tupfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tupfile b/Tupfile
index d01672e..667d6c9 100644
--- a/Tupfile
+++ b/Tupfile
@@ -2,7 +2,7 @@ CC = gcc
LD = $(CC)
CFLAGS = -O0 -g3 -std=c99 -Wall -Wextra
LIBS =
-NAME = golem
+NAME = golemc
: foreach src/*.c |> $(CC) $(CFLAGS) -c -o %o %f |> build/%B.o
: build/*.o |> $(LD) -o %o %f $(LIBS) |> build/$(NAME)