diff options
| author | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 19:22:06 +0000 |
|---|---|---|
| committer | oroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e> | 2008-03-16 19:22:06 +0000 |
| commit | 51aae47ae08ad61507f219c24ed6d9321c866f45 (patch) | |
| tree | ab111374d581adb66d718c39275d39a7fd4bc30a /src/Makefile-publicServer | |
| parent | 13d754c917ebcf1be913bd35f4c0e44468edeb52 (diff) | |
- upravy, hlavne siete
git-svn-id: http://opensvn.csie.org/tuxanci_ng@23 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/Makefile-publicServer')
| -rwxr-xr-x | src/Makefile-publicServer | 4 |
1 files changed, 2 insertions, 2 deletions
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 |