From 2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Mon, 1 Apr 2024 10:11:50 +0200 Subject: Performance improvement for gendata_cocsep --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4afb030..c51be91 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ include config.mk all: cube.o debugcube.o +cube.s: clean + ${CC} -D${CUBETYPE} ${CFLAGS} -c -S -o cube.s cube.c + cube.o: clean ${CC} -D${CUBETYPE} ${CFLAGS} -c -o cube.o cube.c -- cgit v1.3