Added a "make clean"
This commit is contained in:
parent
c808341748
commit
14ac5a67a4
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Reference in a new issue