diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -20,4 +20,10 @@ test: debugcube.o | |||
| 20 | benchmark: cube.o | 20 | benchmark: cube.o |
| 21 | CUBETYPE=${CUBETYPE} ./benchmark/bench.sh | 21 | CUBETYPE=${CUBETYPE} ./benchmark/bench.sh |
| 22 | 22 | ||
| 23 | .PHONY: all clean test benchmark | 23 | gen: cube.o |
| 24 | ${CC} ${CFLAGS} -o gen cube.o tables/tables.c | ||
| 25 | |||
| 26 | debuggen: debugcube.o | ||
| 27 | ${CC} ${DBGFLAGS} -o debuggen debugcube.o tables/tables.c | ||
| 28 | |||
| 29 | .PHONY: all clean test benchmark gen debuggen | ||
