diff options
Diffstat (limited to 'ipapython')
| -rw-r--r-- | ipapython/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ipapython/Makefile b/ipapython/Makefile index 852764323..a865ca758 100644 --- a/ipapython/Makefile +++ b/ipapython/Makefile @@ -10,6 +10,8 @@ all: (cd $$subdir && $(MAKE) $@) || exit 1; \ done +check: + .PHONY: install install: if [ "$(DESTDIR)" = "" ]; then \ |
