Changeset 24871f
- Timestamp:
- 08/15/09 21:17:02 (3 years ago)
- Branches:
- master
- Children:
- cb926c
- Parents:
- 0e81cd
- git-author:
- Victor Ostorga <vostorga@…> (08/15/09 21:17:02)
- git-committer:
- Erik Ekman <erik@…> (02/04/12 20:34:03)
- File:
-
- 1 edited
-
src/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile
rde617f r24871f 1 CC = gcc2 1 COMMONOBJS = tun.o dns.o read.o encoding.o login.o base32.o base64.o md5.o common.o 3 2 CLIENTOBJS = iodine.o … … 10 9 11 10 LIBPATH = -L. 12 LDFLAGS = -lz `sh osflags $(TARGETOS) link` $(LIBPATH)13 CFLAGS = -c -g -Wall -D$(OS) -pedantic `sh osflags $(TARGETOS) cflags`11 LDFLAGS += -lz `sh osflags $(TARGETOS) link` $(LIBPATH) 12 CFLAGS += -c -g -Wall -D$(OS) -pedantic `sh osflags $(TARGETOS) cflags` 14 13 15 14 all: stateos $(CLIENT) $(SERVER)
Note: See TracChangeset
for help on using the changeset viewer.
