diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-10-31 13:14:06 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-10-31 13:14:06 +0100 |
| commit | 4387b1bea0f817f461a1e6e1ce93ac81f1c946d8 (patch) | |
| tree | 8559fa04a380a908c9914ea59ee26b2ef30cf8ea | |
| parent | 0a62c13fd132a917ea04efe07abc786f50526621 (diff) | |
Add more phony's to Makefile
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
