diff --git a/Makefile b/Makefile index 0486e443a8b80ef8d2a2878b30c8f1e779a0e206..d724ca89f6d4b861f3ed7abc0ec14cae66a4d8ef 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,8 @@ build/spark-dep.jar: conf-files: $(CONF_FILES) -$(CONF_FILES): %: %.template - if [ ! -e $@ ] ; then cp $^ $@; else touch $^; fi +$(CONF_FILES): %: | %.template + cp $@.template $@ test: all ./alltests