diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 15:42:11 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-23 15:42:11 +0200 |
| commit | 9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0 (patch) | |
| tree | e590922e2bd34cb802cef96c1c8d8ba935da4f75 /Makefile | |
| parent | 039267a278bb9e0580e8aebd85ef5f3ed774688f (diff) | |
| download | nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.tar.gz nissy-core-9c209afd81e4c51e4fc2717c0eeff4a5d116bcb0.zip | |
Added orientation to getcube
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
| @@ -42,9 +42,6 @@ debugshell: debugnissy.o | |||
| 42 | mkdir -p tables | 42 | mkdir -p tables |
| 43 | ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c | 43 | ${CC} ${MACROS} ${DBGFLAGS} -o debugrun debugnissy.o shell/shell.c |
| 44 | 44 | ||
| 45 | shelltest: debugshell | ||
| 46 | ./shell/test.sh | ||
| 47 | |||
| 48 | python: nissy.o | 45 | python: nissy.o |
| 49 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ | 46 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ |
| 50 | nissy.o python/nissy_module.c | 47 | nissy.o python/nissy_module.c |
| @@ -55,4 +52,4 @@ qt: nissy.o | |||
| 55 | cd qt/build && make | 52 | cd qt/build && make |
| 56 | cp qt/build/appnissyqt ./nissyqt | 53 | cp qt/build/appnissyqt ./nissyqt |
| 57 | 54 | ||
| 58 | .PHONY: all clean test tool debugtool shell debugshell shelltest python qt | 55 | .PHONY: all clean test tool debugtool shell debugshell python qt |
