forked from GitHub/gf-core
Added .PHONY to lib/resource/Makefile
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
RUNGHC=runghc
|
RUNGHC=runghc
|
||||||
RUNMAKE=$(RUNGHC) Make.hs
|
RUNMAKE=$(RUNGHC) Make.hs
|
||||||
|
|
||||||
|
.PHONY: all present alltenses lang api math test demo synopsis link clean
|
||||||
|
|
||||||
all: link present alltenses math
|
all: link present alltenses math
|
||||||
|
|
||||||
present:
|
present:
|
||||||
@@ -23,6 +25,9 @@ math:
|
|||||||
test:
|
test:
|
||||||
$(RUNMAKE) test
|
$(RUNMAKE) test
|
||||||
|
|
||||||
|
demo:
|
||||||
|
$(RUNMAKE) demo
|
||||||
|
|
||||||
synopsis:
|
synopsis:
|
||||||
cd doc ; $(RUNGHC) MkSynopsis ; cd ..
|
cd doc ; $(RUNGHC) MkSynopsis ; cd ..
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user