aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 4afb030..c51be91 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,9 @@ include config.mk
2 2
3all: cube.o debugcube.o 3all: cube.o debugcube.o
4 4
5cube.s: clean
6 ${CC} -D${CUBETYPE} ${CFLAGS} -c -S -o cube.s cube.c
7
5cube.o: clean 8cube.o: clean
6 ${CC} -D${CUBETYPE} ${CFLAGS} -c -o cube.o cube.c 9 ${CC} -D${CUBETYPE} ${CFLAGS} -c -o cube.o cube.c
7 10

Generated with cgit - Back to sebastiano.tronto.net