From da85e88878251f6a980fef95bd47109169a3cf7c Mon Sep 17 00:00:00 2001 From: oroborus Date: Sat, 8 Mar 2008 20:19:05 +0000 Subject: - hra si vytvara domovskt adresar - moznost ulozit konfiguraciu - lasserove streli boli lepsie posunute git-svn-id: http://opensvn.csie.org/tuxanci_ng@12 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 2aafa95..f96674f 100755 --- a/src/Makefile +++ b/src/Makefile @@ -1,8 +1,8 @@ CC = gcc -#CFLAGS = -g -O0 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall CFLAGS = -g -O0 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall +#CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = `sdl-config --libs` -lSDL_image -lSDL_ttf -lSDL_mixer @@ -11,7 +11,7 @@ FILES = interface.o font.o list.o image.o layer.o director.o configFile.o tux.o buffer.o dynamicInt.o arena.o arenaFile.o textFile.o sound.o audio.o music.o gun.o \ item.o widget_label.o screen_mainMenu.o widget_button.o screen_analyze.o widget_textfield.o \ widget_check.o widget_image.o screen_setting.o screen_gameType.o screen_choiceArena.o \ - widget_buttonimage.o screen_credits.o teleport.o pipe.o + widget_buttonimage.o screen_credits.o teleport.o pipe.o homeDirector.o tuxanci-ng: $(FILES) $(CC) $(CFLAGS) $(LIBS) -o tuxanci-ng $(FILES) @@ -139,5 +139,8 @@ teleport.o: teleport.c ../include/teleport.h pipe.o: pipe.c ../include/pipe.h $(CC) $(CFLAGS) -o pipe.o -c pipe.c +homeDirector.o: homeDirector.c ../include/homeDirector.h + $(CC) $(CFLAGS) -o homeDirector.o -c homeDirector.c + clean: rm -rf *.o *.c~ *.h~ tuxanci-ng -- cgit v1.2.3