diff options
Diffstat (limited to 'instructables/cube_pc/Makefile')
-rw-r--r-- | instructables/cube_pc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instructables/cube_pc/Makefile b/instructables/cube_pc/Makefile new file mode 100644 index 0000000..7063fee --- /dev/null +++ b/instructables/cube_pc/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 + 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 + |