root/trunk/thirdparty/cxml/GNUmakefile

Revision 3082, 148 bytes (checked in by hans, 8 months ago)

update from git

Line 
1 all:
2         @echo no such target
3         @exit 1
4
5 .PHONY: clean
6 clean:
7         find . \( -name \*.fasl -o -name \*.x86f -o -name \*.lx64fsl \) -print0 | xargs -0 rm -f
Note: See TracBrowser for help on using the browser.