summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-16 19:22:06 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-16 19:22:06 +0000
commit51aae47ae08ad61507f219c24ed6d9321c866f45 (patch)
treeab111374d581adb66d718c39275d39a7fd4bc30a /src/Makefile
parent13d754c917ebcf1be913bd35f4c0e44468edeb52 (diff)
- upravy, hlavne siete
git-svn-id: http://opensvn.csie.org/tuxanci_ng@23 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/Makefile')
-rwxr-xr-xsrc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 9c2938f..67e442b 100755
--- a/src/Makefile
+++ b/src/Makefile
@@ -2,7 +2,7 @@
#CC = /usr/local/gcc/bin/gcc
CC = gcc
-CFLAGS = -g -O0 -DSUPPORT_NET_SDL_UDP -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall
+CFLAGS = -g -O0 -DSUPPORT_NET_SDL_UDP -DDISTDIR=\"$(DISTDIR)\" -I../include -Wall `sdl-config --cflags`
#CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall
LIBS = `sdl-config --libs` -lSDL_image -lSDL_ttf -lSDL_mixer -lSDL_net
@@ -165,4 +165,4 @@ screen_table.o: screen_table.c ../include/screen_table.h
$(CC) $(CFLAGS) -o screen_table.o -c screen_table.c
clean:
- rm -rf *.o *.c~ *.h~ tuxanci-ng
+ rm -rf *.o *.c~ ../include/*.h~ Makefile~ tuxanci-ng