diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-04-18 20:57:12 +0000 |
| commit | 1f7f0b8da7a868b40c23f034c75bce46713c5c32 (patch) | |
| tree | d8f8bba4aa9b253be804dfd2ac8dc89f4532e898 /Makefile | |
| parent | 41adf4a371c15229f882c0a433b09c8848ea66f4 (diff) | |
- ide to skompilovat :)
- oprava chyby, pri strele do miny zmiznu _vsetky_ streli
- ide to aj (na/od)instalovat :))
git-svn-id: http://opensvn.csie.org/tuxanci_ng@47 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ server: install: mkdir -p $(DESTDIR)/bin mkdir -p $(DESTDIR)/share/tuxanci-ng/{arena,data,font,image,lang,music,sound,conf} - cp ./build/tuxanci-ng $(DESTDIR)/bin/ + cp ./src/tuxanci-ng $(DESTDIR)/bin/ cp -rf ./arena/* $(DESTDIR)/share/tuxanci-ng/arena/ cp -rf ./font/* $(DESTDIR)/share/tuxanci-ng/font/ |