mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Added .PHONY for install rule.
This commit is contained in:
@@ -2,6 +2,7 @@ include config.mk
|
|||||||
|
|
||||||
GF_LIB_DIR=$(libdir)/GF-$(PACKAGE_VERSION)
|
GF_LIB_DIR=$(libdir)/GF-$(PACKAGE_VERSION)
|
||||||
|
|
||||||
|
.PHONY: install
|
||||||
install:
|
install:
|
||||||
$(INSTALL) -d $(bindir)
|
$(INSTALL) -d $(bindir)
|
||||||
$(INSTALL) gf gfdoc jgf $(bindir)
|
$(INSTALL) gf gfdoc jgf $(bindir)
|
||||||
|
|||||||
Reference in New Issue
Block a user