aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4500736..2c8fc19 100644
--- a/Makefile
+++ b/Makefile
@@ -3,8 +3,9 @@ TARGETS = pingu mtu
CFLAGS ?= -g
pingu_OBJS = \
+ log.o \
pingu.o \
- log.o
+ xlib.o
mtu_OBJS = \
mtu.o