From d8d1ab660b2dc0e6d9d41d80c2f869a918f0aa9e Mon Sep 17 00:00:00 2001 From: iceyrazor Date: Fri, 13 Mar 2026 20:25:06 -0500 Subject: project restructure - created build.sh - changed window name - font is now definition - readme change --- Makefile | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 Makefile (limited to 'Makefile') 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 -- cgit v1.3