From 1f7f0b8da7a868b40c23f034c75bce46713c5c32 Mon Sep 17 00:00:00 2001 From: oroborus Date: Fri, 18 Apr 2008 20:57:12 +0000 Subject: - 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d4699ca..cef51d4 100644 --- a/Makefile +++ b/Makefile @@ -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/ -- cgit v1.2.3