File: Makefile

package info (click to toggle)
cl-hyperobject 2.11.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 300 kB
  • ctags: 224
  • sloc: lisp: 1,820; xml: 215; makefile: 161; sh: 28
file content (10 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
.PHONY: site all clean

all: site

site: 
	openmcl --load `pwd`/make.lisp

clean:
	@rm -f *~ \#*\# .\#* memdump