From f0bf72a54477fb18b1666293a652b52f53320a1d Mon Sep 17 00:00:00 2001 From: Charlie Stanton Date: Fri, 4 Apr 2025 23:47:30 +0100 Subject: Initial commit --- Makefile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..bfb6190 --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +main: src/all.c src/all.h + gcc -Wall -Wextra -Wpedantic -DSDL $$(pkg-config --libs sdl3) -o main src/all.c -- cgit v1.2.3