diff options
| author | Tom Smeding <tom.smeding@gmail.com> | 2018-04-19 11:45:46 +0200 |
|---|---|---|
| committer | Tom Smeding <tom.smeding@gmail.com> | 2018-04-19 11:45:46 +0200 |
| commit | af425841a63ee73603cc09510d95a36e646ddafd (patch) | |
| tree | 08a1ef8435ec0ab07887256a1c86f908c2389a1a /Makefile | |
| parent | 8d9d27d64d9e39ea76fd878e928e553944735e45 (diff) | |
Build with stack
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/Makefile b/Makefile deleted file mode 100644 index 6d4ca8f..0000000 --- a/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -BIN = main - -hs_files = $(wildcard *.hs) - -.PHONY: all clean remake - -all: $(BIN) - -clean: - rm -f *.hi *.o $(BIN) - -remake: clean all - - -$(BIN): $(hs_files) - ghc -O3 -o $(BIN) $^ |
