source: main/Makefile

Last change on this file was main,6, checked in by David Owen <dsowen@…>, 19 years ago

Use the new binary-class package.
Convert to keyword type for new package.
Fix: Properly encode funky strings.
Fix: Declare the generic function sql-insert to avoid compilation problems.
Removed old testing code.
Fix: Export only records that haven't been deleted.

File size: 136 bytes
Line 
1all: xbase
2
3clean:
4        rm -f *.fasl *~ xbase
5
6%: %.lisp
7        sbcl --load $< --eval "(save-lisp-and-die \"$@\" :toplevel #'main :executable t)"
Note: See TracBrowser for help on using the repository browser.