bulk data dump

This commit is contained in:
Jason Bou-Samra
2024-04-22 19:28:43 +10:00
committed by GitHub
parent 64cf5d1407
commit 50e885baf5
4 changed files with 187 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
#! /bin/make
# :vim: set noexpandtab:
CFLAGS = -lm `sdl2-config --cflags --libs`
3Dcube_final: 3Dcube_final.c
$(CC) -o 3Dcube_final 3Dcube_final.c $(CFLAGS)