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 c993407..d9d73be 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,7 @@ pingu_OBJS = \
icmp.o \
log.o \
pingu.o \
+ pingu_adm.o \
pingu_burst.o \
pingu_conf.o \
pingu_gateway.o \
@@ -46,6 +47,6 @@ mtu: $(mtu_OBJS)
install: $(TARGETS)
$(INSTALLDIR) $(DESTDIR)/$(BINDIR)
$(INSTALL) $(TARGETS) $(DESTDIR)/$(BINDIR)
-
+
clean:
rm -f $(TARGETS) $(ALL_OBJS)