summaryrefslogtreecommitdiffhomepage
path: root/Makefile
blob: b1d32c11295d1b15e38b286f7112f80f52f3b526 (plain) (blame)
1
2
3
4
5
6
.POSIX:

all: index.html

index.html: index.gsp
	gsp index.gsp >index.html