summaryrefslogtreecommitdiff
path: root/Makefile
blob: b4f00d14fb393723fc86e9859059b9ef54e7d227 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: clean all

all: huffman-encode.cert

huffman-encode.cert: huffman-encode.lisp
	-rm -f $@
	acl2 <<< '(CERTIFY-BOOK "$(basename $@)")'
	test -f $@

clean:
	rm -f *.{cert,fasl,port,lx64fsl}