diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-04 22:07:15 +0100 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2023-11-04 22:07:15 +0100 |
| commit | 9c1659d91a331735f88c127aa236a59153e23dfc (patch) | |
| tree | 2dd843824526875fa5681e5e62540dc650d36763 /Makefile | |
| parent | fc8bdd6c8ad23868dc3722104eb710f01da03ef9 (diff) | |
| download | nissy-core-9c1659d91a331735f88c127aa236a59153e23dfc.tar.gz nissy-core-9c1659d91a331735f88c127aa236a59153e23dfc.zip | |
Reverted some Makefile changes, cleanup
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,7 +5,7 @@ all: cube.o debugcube.o | |||
| 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 src/cube.c |
| 7 | 7 | ||
| 8 | debugcube.o: | 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 src/cube.c |
| 10 | 10 | ||
| 11 | clean: | 11 | clean: |
