X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=zebra%2FMakefile;h=2e6908cb0d458bc2ee418ad47319a22ab0ce00a7;hp=77e6e684c78b099761cd34fb7252bdb1e7cf077f;hb=87982627953e29d2a4248a0649cfcbc5dc3eca03;hpb=f0c722ad5dd2847277838ea9b37eacc1aade9830 diff --git a/zebra/Makefile b/zebra/Makefile index 77e6e68..2e6908c 100644 --- a/zebra/Makefile +++ b/zebra/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.2 2006-06-20 11:02:58 mike Exp $ +# $Id: Makefile,v 1.3 2006-06-20 11:06:02 mike Exp $ test: xmllint --noout --schema zeerex-2.0.xsd zeerex.xml @@ -7,5 +7,5 @@ terse.properties: pqf.properties sed -n 's/#.*//; s/[ ]*//; s/[ ][ ]*/ /g; /./p' $? > $@ clean: - terse.properties + rm -f terse.properties