diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-06 18:00:40 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-09-06 18:00:40 +0200 |
| commit | a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4 (patch) | |
| tree | 71cef86f853f6cae109841cf5bb15bf1b412fdd2 /Makefile | |
| parent | 072c52f9a54144bc9a58cf2855d5b582f8ba7a1a (diff) | |
| download | nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.tar.gz nissy-a125e69c8ce0a2764b1e50b2dad0a4fa9d141ef4.zip | |
Symcoord version of nissy. Interesting idea, but performance are
actually slower. AT THIS STAGE NISSY IS NOT USABLE.
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | # See LICENSE file for copyright and license details. | 1 | # See LICENSE file for copyright and license details. |
| 2 | 2 | ||
| 3 | VERSION = 2.0.2 | 3 | VERSION = post-2.0.2 |
| 4 | 4 | ||
| 5 | PREFIX = /usr/local | 5 | PREFIX = /usr/local |
| 6 | MANPREFIX = ${PREFIX}/share/man | 6 | MANPREFIX = ${PREFIX}/share/man |
| @@ -26,8 +26,7 @@ debug: | |||
| 26 | ${CC} ${DBGFLAGS} -o nissy src/*.c | 26 | ${CC} ${DBGFLAGS} -o nissy src/*.c |
| 27 | 27 | ||
| 28 | clean: | 28 | clean: |
| 29 | rm -rf nissy nissy*.exe nissy*.tar.gz | 29 | rm -rf nissy nissy*.exe nissy*.tar.gz doc/nissy.html doc/nissy.pdf |
| 30 | rm doc/nissy.html doc/nissy.pdf | ||
| 31 | 30 | ||
| 32 | dist: clean nissy.exe | 31 | dist: clean nissy.exe |
| 33 | mkdir -p nissy-${VERSION} | 32 | mkdir -p nissy-${VERSION} |
