diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-07 11:37:27 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-05-07 11:37:27 +0200 |
| commit | a262a923d4ff3b64f9c63c261b010039a338ede5 (patch) | |
| tree | 67f9506eaeef3a74838a8bd8e09ad378146a09c4 /Makefile | |
| parent | 8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84 (diff) | |
| download | nissy-core-a262a923d4ff3b64f9c63c261b010039a338ede5.tar.gz nissy-core-a262a923d4ff3b64f9c63c261b010039a338ede5.zip | |
Added build script
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
| @@ -46,10 +46,4 @@ python: nissy.o | |||
| 46 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ | 46 | ${CC} ${CFLAGS} -shared ${PYTHON3_INCLUDES} -o nissy_python_module.so \ |
| 47 | nissy.o python/nissy_module.c | 47 | nissy.o python/nissy_module.c |
| 48 | 48 | ||
| 49 | qt: nissy.o | ||
| 50 | mkdir -p qt/build | ||
| 51 | cd qt && cmake . -B build | ||
| 52 | cd qt/build && make | ||
| 53 | cp qt/build/appnissyqt ./nissyqt | ||
| 54 | |||
| 55 | .PHONY: all clean test tool debugtool shell debugshell python | 49 | .PHONY: all clean test tool debugtool shell debugshell python |
