diff options
author | David Phillips <david@sighup.nz> | 2017-01-06 21:35:26 +1300 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-01-06 21:35:32 +1300 |
commit | f3d7fae92f518f2b82178486cc0cc455ff8bef26 (patch) | |
tree | c3e4e603ca67ca95e1c049203cd327b3675f80c8 /monty/Makefile | |
parent | 9ac6dd571652cafd3533356ed64cb7f6fafa9dd3 (diff) | |
download | odds-and-ends-f3d7fae92f518f2b82178486cc0cc455ff8bef26.tar.xz |
Add config.mk to monty
Diffstat (limited to 'monty/Makefile')
-rw-r--r-- | monty/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |