diff options
author | Brian Paul <[email protected]> | 2006-06-22 22:50:48 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2006-06-22 22:50:48 +0000 |
commit | 0e794a1bc6885cf569c3dc07b7fd56725aee2c2e (patch) | |
tree | 6535a05d50a72c91571c1c366a5f297451b9c8c7 /progs | |
parent | b4517527ebe9933cd3f49da29a9443c1abaa8242 (diff) |
New 'install' targets in makefile. See bug 2372.
Diffstat (limited to 'progs')
-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 \ |