diff options
| author | Roy Marples <roy@marples.name> | 2017-03-31 10:48:42 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2017-03-31 10:48:42 +0100 |
| commit | 03db98aca660af0c98fa26675c2fb7c08dafbda0 (patch) | |
| tree | a429ddd1eab9c33113b30e4fd9060c9233e0dc62 /Makefile | |
| parent | 14c451a7731a911847de61260d084525a55d5b6c (diff) | |
| download | dhcpcd-03db98aca660af0c98fa26675c2fb7c08dafbda0.tar.xz | |
Fix make proginstall target.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -38,6 +38,9 @@ eginstall: install: for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done +proginstall: + for x in ${SUBDIRS}; do cd $$x; ${MAKE} $@; cd ..; done + clean: rm -rf cov-int for x in ${SUBDIRS} test; do cd $$x; ${MAKE} $@; cd ..; done |
