From 27e0536722b6e858c6db7d53f96f0a2b7312898e Mon Sep 17 00:00:00 2001 From: William Moore Date: Fri, 26 Aug 2022 01:55:16 -0500 Subject: [PATCH] Update to use latest Targets structure --- Makefile | 5 ++--- Targets | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 Targets 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