Makefile: Make devices.xml depend on devices.txt
This commit is contained in:
parent
7f84719539
commit
08ea1205c7
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue