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:
Thomas Conway
1995-11-02 02:22:23 +00:00
parent 623bb271d0
commit 34dba017bb

8
Mmake
View File

@@ -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
.PHONY: clean_subdirs