From f3d7fae92f518f2b82178486cc0cc455ff8bef26 Mon Sep 17 00:00:00 2001
From: David Phillips <david@sighup.nz>
Date: Fri, 6 Jan 2017 21:35:26 +1300
Subject: Add config.mk to monty

---
 monty/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'monty/Makefile')

diff --git a/monty/Makefile b/monty/Makefile
index aa5f1de..75206d9 100644
--- a/monty/Makefile
+++ b/monty/Makefile
@@ -1 +1,7 @@
+include config.mk
+
 monty:
+
+.PHONY: clean
+clean:
+	rm -f monty
-- 
cgit v1.1