summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 6b178c3..3a00d40 100644
--- a/Makefile
+++ b/Makefile
@@ -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`