bulk data dump

This commit is contained in:
Jason Bou-Samra
2024-04-22 18:42:57 +10:00
committed by GitHub
parent 6cb0e7449d
commit 8a8f754041
3 changed files with 179 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#! /bin/make
# :vim: set noexpandtab:
CFLAGS = -lm `sdl2-config --cflags --libs`
3D_Jason: 3D_Jason.c
$(CC) -o 3D_Jason 3D_Jason.c $(CFLAGS)