diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-01 10:11:50 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2024-04-01 10:11:50 +0200 |
| commit | 2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901 (patch) | |
| tree | 8a6392cfc78266c1b01830ce4a94f3dc1c90d0e0 /Makefile | |
| parent | d46f5be9da49b4f353ac1aa09cc54c223f4fe5b5 (diff) | |
| download | nissy-core-2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901.tar.gz nissy-core-2cff8fe8f8d18d0d6ed51d5a25b43b20ddf20901.zip | |
Performance improvement for gendata_cocsep
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2,6 +2,9 @@ include config.mk | |||
| 2 | 2 | ||
| 3 | all: cube.o debugcube.o | 3 | all: cube.o debugcube.o |
| 4 | 4 | ||
| 5 | cube.s: clean | ||
| 6 | ${CC} -D${CUBETYPE} ${CFLAGS} -c -S -o cube.s cube.c | ||
| 7 | |||
| 5 | cube.o: clean | 8 | cube.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 | ||
