diff options
author | Andrew Godwin | 2022-11-12 22:10:06 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-12 22:10:06 -0700 |
commit | 143a4a6e8c70557710d1b207a176f169d145ed1e (patch) | |
tree | 133454aa4da2b5614a33bc4a91d7b152f50eb40c /Makefile | |
parent | 878f56b411279cd9865a7ec05f1d14c9f70f6187 (diff) | |
download | takahe-143a4a6e8c70557710d1b207a176f169d145ed1e.tar.gz takahe-143a4a6e8c70557710d1b207a176f169d145ed1e.tar.bz2 takahe-143a4a6e8c70557710d1b207a176f169d145ed1e.zip |
Start some settings work
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..b87b2ce --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.PHONY: clean + +image: + docker build -t takahe -f docker/Dockerfile . |