From fadf9365dba24b680db5cb8750c53e264ff1ec27 Mon Sep 17 00:00:00 2001 From: oroborus Date: Tue, 17 Jun 2008 19:15:10 +0000 Subject: - drobne upravy v kode git-svn-id: http://opensvn.csie.org/tuxanci_ng@65 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 57e51d8..1c7a1ab 100755 --- a/src/Makefile +++ b/src/Makefile @@ -9,7 +9,7 @@ CFLAGS = -g -O0 -std=c99 -I../include -Wall `sdl-config --cflags` BUILD_DIR = . LIBS = `sdl-config --libs` -lSDL_image -lSDL_ttf -lSDL_mixer -lSDL_net -FILES = interface.o space.o idManager.o storage.o font.o list.o modules.o\ +FILES = interface.o space.o hashTable.o idManager.o storage.o font.o list.o modules.o\ image.o layer.o director.o configFile.o tux.o main.o checkFront.o\ screen.o screen_world.o shot.o myTimer.o panel.o net_multiplayer.o \ buffer.o arena.o arenaFile.o textFile.o audio.o sound.o music.o gun.o \ @@ -24,6 +24,9 @@ tuxanci-ng: $(FILES) main.o: main.c $(CC) $(CFLAGS) -o $(BUILD_DIR)/main.o -c main.c +hashTable.o: hashTable.c ../include/hashTable.h + $(CC) $(CFLAGS) -o $(BUILD_DIR)/hashTable.o -c hashTable.c + space.o: space.c ../include/space.h $(CC) $(CFLAGS) -o $(BUILD_DIR)/space.o -c space.c -- cgit v1.2.3