mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
Added rpm target. Fixed source dir name in rpm spec.
This commit is contained in:
@@ -114,6 +114,8 @@ dist:
|
||||
zip -r $(DIST_DIR).zip $(DIST_DIR)
|
||||
rm -rf $(DIST_DIR)
|
||||
|
||||
rpm: dist
|
||||
rpmbuild -ta $(DIST_DIR).tar.gz
|
||||
|
||||
install:
|
||||
$(INSTALL) -d $(bindir)
|
||||
|
||||
Reference in New Issue
Block a user