diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 13:15:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 13:15:09 +0100 |
commit | 2c7df621d2337437a46b0ccee6a7801bc04db8f4 (patch) | |
tree | 88fa2565e48d2ed7ef9cf65f73fa31f4b1089f01 /lib | |
parent | 7740c4caae24fe8186947d0f1f6a114098daa171 (diff) |
Fix testsuite.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6408c5ba..b1bddb3e 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -17,6 +17,8 @@ LFLAGS += -r # [SH] Phony targets all: lib.o +check: + .PHONY: all clean distclean clean: $(subdirs) |