mirror of
https://github.com/yarrick/iodine.git
synced 2025-12-11 15:11:44 +00:00
Merged branch with mingw port. Compiles now, tun work to do
This commit is contained in:
@@ -8,7 +8,8 @@ SERVER = ../bin/iodined
|
||||
OS = `uname | tr "a-z" "A-Z"`
|
||||
ARCH = `uname -m`
|
||||
|
||||
LDFLAGS = -lz `sh osflags link`
|
||||
LIBPATH = -L.
|
||||
LDFLAGS = -lz `sh osflags link` $(LIBPATH)
|
||||
CFLAGS = -c -g -Wall -D$(OS) -pedantic `sh osflags cflags`
|
||||
|
||||
all: stateos $(CLIENT) $(SERVER)
|
||||
@@ -32,5 +33,5 @@ $(SERVER): $(COMMONOBJS) $(SERVEROBJS)
|
||||
|
||||
clean:
|
||||
@echo "Cleaning src/"
|
||||
@rm -f $(CLIENT) $(SERVER) *~ *.o *.core
|
||||
@rm -f $(CLIENT){,.exe} $(SERVER){,.exe} *~ *.o *.core
|
||||
|
||||
|
||||
Reference in New Issue
Block a user