diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 8489a46..0000000 --- a/Makefile +++ /dev/null @@ -1,11 +0,0 @@ -CC=ghc -FILES=Main.hs Math.hs -OUT=nd - -$(OUT): $(FILES) - $(CC) $^ -o $@ - -.PHONY: run -run: - $(MAKE) - ./$(OUT) -int 200 300 400 10009 |