diff --git a/Makefile b/Makefile index 0d9c146..0fb67bf 100755 --- a/Makefile +++ b/Makefile @@ -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