aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b9fa6ac..c307f2d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ DOCKERFILES:= \
all: ${DOCKERFILES}
$(DOCKERFILES): template/Dockerfile 18/options 19/options
- bash template/generate.sh $(shell echo $@ | cut -d '/' -f1)/options $^ > $@
+ bash template/generate.sh $(shell echo $@ | cut -d '/' -f1)/options $< > $@
.PHONY: clean
clean: