aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile
index 0577adcd..248855b2 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,6 +12,9 @@ mandir=/usr/share/man
all: $(PROGS)
+check: all
+ ./ipcalc-tests
+
clean:
rm -f $(PROGS) *.o