diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-30 16:26:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2025-04-30 16:26:53 +0200 |
| commit | 23df0629abdcffdcfe02f042666580f37bcc62ca (patch) | |
| tree | d184c1a35cda03137c01cda3b63369ac4066f807 /Makefile | |
| parent | 8d3fc9f5f9c0593fcae9c451efe6c89c64dcbe84 (diff) | |
| download | nissy-core-23df0629abdcffdcfe02f042666580f37bcc62ca.tar.gz nissy-core-23df0629abdcffdcfe02f042666580f37bcc62ca.zip | |
Removed qt build target
Diffstat (limited to 'Makefile')
| -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 |
