summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorbpc2003 <wpesfriendnva@gmail.com>2025-05-12 13:25:29 -0400
committerbpc2003 <wpesfriendnva@gmail.com>2025-05-12 13:25:29 -0400
commite99a79f1499b6cfb60007587ebeda645c32d38dc (patch)
treed30220cda791f8ea0adecb8f8e4262be4335f150 /Makefile
parent5bb744d350a68ff75e5af32b9070983b7e0aa716 (diff)
Have decoder working properly
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 818f482..ce7e26c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CC = gcc
+CC = cc
BUILD = target
C_FLAGS = -Wall -lmdb -std=c11
D_FLAGS = -L$(BUILD) -Wl,-rpath=$(BUILD) -O0