mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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)
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
$(INSTALL) -d $(bindir)
|
||||
$(INSTALL) gf gfdoc jgf $(bindir)
|
||||
|
||||
Reference in New Issue
Block a user