From 51aae47ae08ad61507f219c24ed6d9321c866f45 Mon Sep 17 00:00:00 2001 From: oroborus Date: Sun, 16 Mar 2008 19:22:06 +0000 Subject: - upravy, hlavne siete git-svn-id: http://opensvn.csie.org/tuxanci_ng@23 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e --- src/Makefile-publicServer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile-publicServer') diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer index 4d9df5e..8c4f90f 100755 --- a/src/Makefile-publicServer +++ b/src/Makefile-publicServer @@ -4,7 +4,7 @@ CC = gcc DISTDIR:=/usr/ -CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -DDISTDIR=\"$(DISTDIR)\" -I../include -Wall +CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall #CFLAGS = -O2 -DDISTDIR=\"$(DISTDIR)\" `sdl-config --cflags` -I../include -Wall LIBS = @@ -86,5 +86,5 @@ pipe.o: pipe.c ../include/pipe.h $(CC) $(CFLAGS) -o pipe.o -c pipe.c clean: - rm -rf *.o *.c~ *.h~ publicserver + rm -rf *.o *.c~ ../include*.h~ Makefile-publicServer~ publicserver -- cgit v1.2.3