From 4982b556540b403a1411436ed398cc523653d82f Mon Sep 17 00:00:00 2001 From: David Phillips Date: Sat, 2 Mar 2019 23:07:30 +1300 Subject: Initial working dump --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..328ae10 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +include config.mk + +all: test + -- cgit v1.1