From 66dcf910bd4744d8ced56cb9586aa937a1a2d4c5 Mon Sep 17 00:00:00 2001 From: vg Date: Tue, 7 Jul 2020 16:24:01 +0200 Subject: first commit --- instructables/cube_pc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 instructables/cube_pc/Makefile (limited to 'instructables/cube_pc/Makefile') 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 + -- cgit v1.2.3