diff options
Diffstat (limited to 'moon_interface/Makefile')
-rw-r--r-- | moon_interface/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/moon_interface/Makefile b/moon_interface/Makefile deleted file mode 100644 index af91b904..00000000 --- a/moon_interface/Makefile +++ /dev/null @@ -1,12 +0,0 @@ -all: built run - -built: - docker build -t moon_policy:16.04 . - -run: - docker run -p 8000:8000 moon_policy:16.04 - -.PHONY: clean - -clean: - find . -name "*.py" -exec echo rm {}\; |