summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-10-31 13:14:06 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-10-31 13:14:06 +0100
commit4387b1bea0f817f461a1e6e1ce93ac81f1c946d8 (patch)
tree8559fa04a380a908c9914ea59ee26b2ef30cf8ea
parent0a62c13fd132a917ea04efe07abc786f50526621 (diff)
Add more phony's to Makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78febb495..e5a1f2fb3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: all build install doc clean gf sdist
+.PHONY: all build install doc clean gf html deb pkg bintar sdist
# This gets the numeric part of the version from the cabal file
VERSION=$(shell sed -ne "s/^version: *\([0-9.]*\).*/\1/p" gf.cabal)