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