summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-30 20:25:53 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-06-30 20:25:53 +0000
commit62cdf2b04aa8d0162da8e024d9901ba5743bf5e3 (patch)
tree0fee4d7fe539986956cafc8c729d3b68d37d3d7b /Makefile
parent55233c4949d7bed70345f6fea44315df151d9ba5 (diff)
- hrac moze sucastne chodit aj strielat
- na indexovanie poloziek v list_t sa pouizva index.c ( postaveny na list_t ) - oprava chyby, porgram sa zrutil ak nebolo inicializovane audio - zexxov patch git-svn-id: http://opensvn.csie.org/tuxanci_ng@80 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
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`