This commit is contained in:
git@daemon.de
2015-04-24 22:03:50 +02:00
parent 0d22e6fc6f
commit e56848c4d1
7 changed files with 252 additions and 148 deletions

View File

@@ -21,7 +21,7 @@
# warning: do not set -O to 2, see TODO
CFLAGS = -Wall -Wextra -Werror -O1 -g
LDFLAGS=
OBJS = client.o net.o udpxd.o
OBJS = host.o client.o net.o udpxd.o
DST = udpxd
PREFIX = /usr/local
UID = root