aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoriceyrazor <iceyrazor@mailfence.com>2026-03-13 20:25:06 -0500
committericeyrazor <iceyrazor@mailfence.com>2026-03-13 20:25:06 -0500
commitd8d1ab660b2dc0e6d9d41d80c2f869a918f0aa9e (patch)
treec08d5002c63b3050f8d71f8477f04b5dd6ce5bad /Makefile
parent801c119f1f44ea7509e705af416ecb23e5167e28 (diff)
project restructure
- created build.sh - changed window name - font is now definition - readme change
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100755
index f8c88d3..0000000
--- a/Makefile
+++ /dev/null
@@ -1,7 +0,0 @@
-LIB=
-
-main: main.c
- gcc -o ascii main.c -lSDL2 `sdl2-config --cflags --libs` -lSDL2_ttf -lSDL2_image -lm ${LIB}
-
-debug: main.c
- gcc -o ascii main.c -lSDL2 `sdl2-config --cflags --libs` -lSDL2_ttf -lSDL2_image -lm ${LIB} -g -fsanitize=address