diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 16:29:14 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-05 16:37:39 +0100 |
| commit | 1964938ca6abef6e5c81d9dccdf42c55abacb5e9 (patch) | |
| tree | 9908417751ddf22e45ea68da0f209083249ac08e /Makefile | |
| parent | 9c1659d91a331735f88c127aa236a59153e23dfc (diff) | |
| download | nissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.tar.gz nissy-core-1964938ca6abef6e5c81d9dccdf42c55abacb5e9.zip | |
Refactoring
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -3,10 +3,10 @@ include config.mk | |||
| 3 | all: cube.o debugcube.o | 3 | all: cube.o debugcube.o |
| 4 | 4 | ||
| 5 | cube.o: clean | 5 | cube.o: clean |
| 6 | ${CC} -D${CUBETYPE} ${CFLAGS} -c -o cube.o src/cube.c | 6 | ${CC} -D${CUBETYPE} ${CFLAGS} -c -o cube.o cube.c |
| 7 | 7 | ||
| 8 | debugcube.o: clean | 8 | debugcube.o: clean |
| 9 | ${CC} -D${CUBETYPE} ${DBGFLAGS} -c -o debugcube.o src/cube.c | 9 | ${CC} -D${CUBETYPE} ${DBGFLAGS} -c -o debugcube.o cube.c |
| 10 | 10 | ||
| 11 | clean: | 11 | clean: |
| 12 | rm -rf *.o | 12 | rm -rf *.o |
