aboutsummaryrefslogtreecommitdiffstats
path: root/cube_pc_test1/Makefile
blob: d18588d26cd98b9d49ab87dbedb62f1eb65edf30 (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 algoline.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 algoline.c