diff options
author | Joris | 2016-10-30 17:06:09 +0100 |
---|---|---|
committer | Joris | 2016-10-30 17:06:09 +0100 |
commit | 3617a36bcc2305297c09c4b8bdfd2a55e58d02a2 (patch) | |
tree | a49bde9f7a76d6f6101d1f71f77db0600370b607 /Makefile | |
parent | 5a91ca4ca1c65464201b58ad48c489c8eb0513c2 (diff) |
Add build to phony in Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ clean: install: @cabal build +.PHONY: build build: @cabal run build |