diff options
author | nathansmith <nathansmith@posteo.com> | 2025-04-26 17:24:04 +0000 |
---|---|---|
committer | nathansmith <nathansmith@posteo.com> | 2025-04-26 17:24:04 +0000 |
commit | 6d338602aa98cc9dfab39b83702af0e548286596 (patch) | |
tree | 8127ea3ea5431d91a1c9c6e3c3a4a0f533807288 /src/Makefile | |
parent | 607d9eacb2c3b0a7be5bba3cf5cc8dc80388342c (diff) | |
download | sldj-6d338602aa98cc9dfab39b83702af0e548286596.tar.gz sldj-6d338602aa98cc9dfab39b83702af0e548286596.tar.bz2 sldj-6d338602aa98cc9dfab39b83702af0e548286596.zip |
Working on ffmpeg finally
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 8ff8cfe..4d2ca1f 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Isrc -I../include +CFLAGS = -Isrc -I../include -std=c99 LDFLAGS = -lm -lraylib -ltcc TARGET = sldj |