summary refs log tree commit diff stats
path: root/Makefile
blob: 48999db3ef4ac906703aaafa200fb53c9add9631 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# boudin : a small static site generator

DESTDIR =
PREFIX = $(DESTDIR)/usr

boudin: boudin.scm
	chicken-install -n

.PHONY: install
install:
	chicken-install

.PHONY: clean
clean:
	rm -f *.build.sh *.install.sh