From: Mike Taylor Date: Fri, 28 Mar 2014 16:16:55 +0000 (+0000) Subject: Do the copy-into-htdocs operations all on a single line. X-Git-Tag: 1.0.0~1134 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=63d9e0e549f6b5b72aa44b4d1f969d59eae23d5e Do the copy-into-htdocs operations all on a single line. --- diff --git a/src/Makefile b/src/Makefile index 1e68743..51bcf2a 100644 --- a/src/Makefile +++ b/src/Makefile @@ -28,9 +28,7 @@ uninstall: rm -f $(INSTALLED) ../tools/htdocs/%: % - rm -f $@ - cp -p $? $@ - chmod -w $@ + rm -f $@ && cp -p $? $@ && chmod -w $@ all: mkws.min.js mkws-complete.min.js