summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-17 22:19:43 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-17 22:19:43 +0000
commit42f5cf229efa2b20c642c7c0d7a2f3cd98b9a890 (patch)
tree7eb6d3b99cdff9ae13df36af2c27cc5137365fae /Makefile
parent437da38a26548714e6e1640722148f0f9f601ccb (diff)
- dopisane scripty
git-svn-id: http://opensvn.csie.org/tuxanci_ng@25 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d65b6ba..30a480d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,12 +1,11 @@
#DISTDIR=/usr/local
-DISTDIR:=/usr/
all:
- make -C ./src DISTDIR=$(DISTDIR)
+ make -C ./src
clean:
- make -C ./src DISTDIR=$(DISTDIR) clean
+ make -C ./src clean
make -C ./src -f Makefile-publicServer clean
run:
@@ -18,6 +17,12 @@ srun:
package:
./deb-build.sh
+tarball:
+ ./tarball-build.sh
+
+tarballbin:
+ ./tarballbin-build.sh
+
kill:
kill -9 `pidof publicserver`