1
0
forked from GitHub/gf-core

Added target to lib/resource/Makefile for building a tarball of the compiled resource library.

This commit is contained in:
bjorn
2008-08-22 07:06:07 +00:00
parent 090d30c26b
commit 921798bc2a

View File

@@ -1,7 +1,7 @@
RUNGHC=runghc
RUNMAKE=$(RUNGHC) Make.hs
.PHONY: all present alltenses lang api math test demo synopsis link clean
.PHONY: all present alltenses lang api math test demo synopsis link compiled clean
all: link present alltenses math
@@ -34,6 +34,9 @@ synopsis:
link:
chmod a+x mkPresent
compiled:
(cd .. && tar -zcf resource-compiled.tar.gz prelude alltenses present mathematical)
clean:
$(RUNMAKE) clean