diff --git a/Makefile b/Makefile index ff2f84b..ac5b385 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ -BUILDDIR := build -DISTDIR := dist SRCDIR := . -TARGETS := missingwand + +include Targets all: $(TARGETS) diff --git a/Targets b/Targets new file mode 100644 index 0000000..c8d500f --- /dev/null +++ b/Targets @@ -0,0 +1 @@ +TARGETS := missingwand