aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-05-11 00:58:42 +0200
committerkdx <kikoodx@paranoici.org>2023-05-11 01:07:06 +0200
commit378f0a3965c917b0491e2b30938684584bb754f5 (patch)
tree06ce44e334998d6df5841dfebe5675e025896da4 /main.c
parent96b15868d306c8b3ded01fad8c37dc964baa767d (diff)
downloadtzr-378f0a3965c917b0491e2b30938684584bb754f5.tar.gz
drop sdl image dependency
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/main.c b/main.c
index e74d3cf..9bd302b 100644
--- a/main.c
+++ b/main.c
@@ -1,6 +1,4 @@
-/* gcc -std=c99 TZR.c main.c -lSDL2 -lSDL2_image -lSDL2_mixer */
-/* emcc -sUSE_SDL=2 -sUSE_SDL_IMAGE=2 -sUSE_SDL_MIXER=2 --preload-file res \
- * -Wno-initializer-overrides -std=c99 -o index.html TZR.c main.c */
+/* gcc -std=c99 TZR.c main.c -lSDL2 -lSDL2_mixer */
#include "TZR.h"