Add files via upload

This commit is contained in:
Jason Bou-Samra
2024-06-07 11:30:44 +10:00
committed by GitHub
parent f48029c478
commit f7d80236a2
83 changed files with 22482 additions and 17 deletions
+10
View File
@@ -0,0 +1,10 @@
#! /bin/make
# :vim: set noexpandtab:
CFLAGS = -lm -lSDL2_image `sdl2-config --cflags --libs`
columns: columns.c
$(CC) -o columns columns.c $(CFLAGS)
clean:
rm columns