File: rules

package info (click to toggle)
cl-unicode 20201101.git54bdf2c-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 7,896 kB
  • sloc: lisp: 2,162; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 218 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	rm -f hash-tables.lisp lists.lisp methods.lisp test/derived-properties
	rm -rf debian/cache/

override_dh_auto_build:
	sbcl --script debian/build-cl-unicode.lisp