summaryrefslogtreecommitdiff
path: root/src/Makefile-publicServer
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile-publicServer')
-rwxr-xr-xsrc/Makefile-publicServer5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/Makefile-publicServer b/src/Makefile-publicServer
index ff6cf15..a9fc788 100755
--- a/src/Makefile-publicServer
+++ b/src/Makefile-publicServer
@@ -2,9 +2,9 @@
#CC = /usr/local/gcc/bin/gcc
CC = gcc
-DESTDIR:=/usr/local/
+DESTDIR:=/usr/local
-CFLAGS = -g -O0 -DBUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall
+CFLAGS = -g -O0 -DPUBLIC_SERVER -DSUPPORT_NET_UNIX_UDP -I../include -Wall
#CFLAGS = -O2 -DDESTDIR=\"$(DESTDIR)\" `sdl-config --cflags` -I../include -Wall
LIBS =
@@ -84,4 +84,3 @@ pipe.o: pipe.c ../include/pipe.h
clean:
rm -rf *.o *.c~ ../include*.h~ Makefile-publicServer~ publicserver
-