summaryrefslogtreecommitdiff
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 d657d9e..251db00 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -157,6 +157,9 @@ clean: clean-links
rm -f $(TARGET)
rm -f *.o *~ *.core *.so .depend
+check:
+ $(MAKE) -C test $@
+
-include .depend
_DEPS != ls *.c *.h
.depend: $(_DEPS)$(wildcard *.c *.h)