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 db8718c..de1c586 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-TARGETS = mtu
+TARGETS = mtu pingu
CFLAGS ?= -g
prefix = /usr
@@ -10,6 +10,7 @@ INSTALL = install
INSTALLDIR = $(INSTALL) -d
pingu_OBJS = \
+ icmp.o \
log.o \
pingu.o \
xlib.o