mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-18 15:26:31 +00:00
Added a 'bindist' rule for building a binary distribution.
Estimated hours taken: 0.5 Mmake: Added a 'bindist' rule for building a binary distribution. Very simple.
This commit is contained in:
8
Mmake
8
Mmake
@@ -257,6 +257,14 @@ uninstall:
|
|||||||
|
|
||||||
#-----------------------------------------------------------------------------#
|
#-----------------------------------------------------------------------------#
|
||||||
|
|
||||||
|
.PHONY : bindist
|
||||||
|
bindist:
|
||||||
|
tar cvf mercury.0.5-beta.bin.tar $(INSTALL_LIBDIR) $(INSTALL_BINDIR)
|
||||||
|
# gzip -9 mercury.0.5-beta.bin.tar
|
||||||
|
gzip mercury.0.5-beta.bin.tar
|
||||||
|
|
||||||
|
#-----------------------------------------------------------------------------#
|
||||||
|
|
||||||
clean: clean_subdirs
|
clean: clean_subdirs
|
||||||
|
|
||||||
.PHONY: clean_subdirs
|
.PHONY: clean_subdirs
|
||||||
|
|||||||
Reference in New Issue
Block a user