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:
@@ -1,7 +1,7 @@
|
|||||||
RUNGHC=runghc
|
RUNGHC=runghc
|
||||||
RUNMAKE=$(RUNGHC) Make.hs
|
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
|
all: link present alltenses math
|
||||||
|
|
||||||
@@ -34,6 +34,9 @@ synopsis:
|
|||||||
link:
|
link:
|
||||||
chmod a+x mkPresent
|
chmod a+x mkPresent
|
||||||
|
|
||||||
|
compiled:
|
||||||
|
(cd .. && tar -zcf resource-compiled.tar.gz prelude alltenses present mathematical)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RUNMAKE) clean
|
$(RUNMAKE) clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user