1
0
forked from GitHub/gf-core

Added .PHONY to lib/resource/Makefile

This commit is contained in:
bjorn
2008-08-14 07:57:50 +00:00
parent f43f756edb
commit 664bc8f534

View File

@@ -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 ..