aboutsummaryrefslogtreecommitdiffstats
path: root/cube_pc_test1/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cube_pc_test1/Makefile')
-rw-r--r--cube_pc_test1/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/cube_pc_test1/Makefile b/cube_pc_test1/Makefile
new file mode 100644
index 0000000..d18588d
--- /dev/null
+++ b/cube_pc_test1/Makefile
@@ -0,0 +1,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
+