Makefile: Make devices.xml depend on devices.txt

This commit is contained in:
Ian Abbott 2012-05-11 11:42:33 +01:00
parent 7f84719539
commit 08ea1205c7

View file

@ -15,7 +15,7 @@ push:
hardware.html: devices.xml
devices.xml:
devices.xml: devices.txt
perl make_device_table.pl < devices.txt > devices.xml
clean: