aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2024-04-01 10:11:50 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2024-04-01 10:11:50 +0200
commit2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901 (patch)
tree8a6392cfc78266c1b01830ce4a94f3dc1c90d0e0 /Makefile
parentd46f5be9da49b4f353ac1aa09cc54c223f4fe5b5 (diff)
downloadnissy-core-2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901.tar.gz
nissy-core-2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901.zip
Performance improvement for gendata_cocsep
Diffstat (limited to 'Makefile')
-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