From 14ac5a67a49cee2d48665574b03fc7f557c7b348 Mon Sep 17 00:00:00 2001 From: Bernd Porr Date: Mon, 16 Apr 2012 15:31:56 +0100 Subject: [PATCH] Added a "make clean" --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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