aboutsummaryrefslogtreecommitdiffstats
path: root/instructables/cube_pc/Makefile
blob: 7063feeaf57d5c912442c131a06d6d1714e80840 (plain)
1
2
3
4
cube: main.c cube.c draw.c effect.c font.c 3d.c draw_3d.c gameoflife.c launch_effect.c
	gcc -lpthread -lm -o cube main.c cube.c draw.c effect.c font.c 3d.c draw_3d.c gameoflife.c launch_effect.c