1
0
forked from GitHub/gf-core

Add more phony's to Makefile

This commit is contained in:
John J. Camilleri
2018-10-31 13:14:06 +01:00
parent 0a62c13fd1
commit 4387b1bea0

View File

@@ -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)