Files
CXML/GNUmakefile
dlichteblau 190f472657 Fixed build on non-Unicode lisps.
Fixed parsing on non-Unicode lisps.
Fixed Unicode detection on OpenMCL.
2007-07-05 20:58:15 +00:00

8 lines
148 B
Makefile

all:
@echo no such target
@exit 1
.PHONY: clean
clean:
find . \( -name \*.fasl -o -name \*.x86f -o -name \*.lx64fsl \) -print0 | xargs -0 rm -f