Added a "make clean"

This commit is contained in:
Bernd Porr 2012-04-16 15:31:56 +01:00
parent c808341748
commit 14ac5a67a4

View file

@ -11,10 +11,12 @@ all: $(htmlfiles)
push:
rsync -a --files-from=files . \
www.comedi.org:/srv/comedi.org/www
bporr@www.comedi.org:/srv/comedi.org/www
hardware.html: devices.xml
devices.xml:
perl make_device_table.pl < devices.txt > devices.xml
clean:
rm -f $(htmlfiles) devices.xml