diff options
author | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-12 13:25:29 -0400 |
---|---|---|
committer | bpc2003 <wpesfriendnva@gmail.com> | 2025-05-12 13:25:29 -0400 |
commit | e99a79f1499b6cfb60007587ebeda645c32d38dc (patch) | |
tree | d30220cda791f8ea0adecb8f8e4262be4335f150 /Makefile | |
parent | 5bb744d350a68ff75e5af32b9070983b7e0aa716 (diff) |
Have decoder working properly
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CC = gcc +CC = cc BUILD = target C_FLAGS = -Wall -lmdb -std=c11 D_FLAGS = -L$(BUILD) -Wl,-rpath=$(BUILD) -O0 |