1
0
forked from GitHub/gf-core
Files
gf-core/Makefile

28 lines
440 B
Makefile

.PHONY: all build install doc clean sdist
all: build
dist/setup-config: GF.cabal
chmod u+x next-lib/src/mkPresent
chmod u+x next-lib/src/mkMinimal
runghc Setup.hs configure
build: dist/setup-config
runghc Setup.hs build
install:
runghc Setup.hs install
doc:
runghc Setup.hs haddock
clean:
runghc Setup.hs clean
sdist:
runghc Setup.hs sdist
gf:
runghc Setup.hs build rgl-none
strip dist/build/gf/gf
mv dist/build/gf/gf bin