diff options
Diffstat (limited to 'progs/Makefile')
-rw-r--r-- | progs/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/progs/Makefile b/progs/Makefile index 858d628c0a5..d5ec17d43e5 100644 --- a/progs/Makefile +++ b/progs/Makefile @@ -21,6 +21,8 @@ subdirs: fi \ done +# Dummy install target +install: clean: @for dir in $(SUBDIRS) tests ; do \ |