diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -5,8 +5,6 @@ all: clean: make -C ./src clean - make -C ./src -f Makefile-publicServer clean - make -C ./modules -f Makefile clean run: ./tuxanci-ng.sh @@ -32,9 +30,6 @@ stat: tuxstat: cat /proc/`pidof tuxanci-ng`/status -line: - cat src/*.c include/*.h | wc -l - core: gcore `pidof publicserver` |