summaryrefslogtreecommitdiff
path: root/Makefile
blob: 61a59f0362437a364420fe69a84ad3a99aad5bc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.PHONY: all build install doc clean gf # sdist

all: build

dist/setup-config: gf.cabal Setup.hs
	cabal configure

build: dist/setup-config
	cabal build

install:
	cabal copy
	cabal register

doc:
	cabal haddock

clean:
	cabal clean

#sdist:
#	cabal sdist

gf:
	cabal build rgl-none
	strip dist/build/gf/gf

html::
	bash bin/update_html