diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 23:52:33 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-06 23:52:33 (EDT) |
commit | 23b7ff04d28ff3d99d9abc1b7a612a462d1715eb (patch) | |
tree | b9a48a45ae774ca63d97714cee54fae59ccf5c57 | |
parent | b1563ccbe163a840727f4d01d934397ab6590acd (diff) |
source.mk: New file
Simplest source.mk ever.
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | source.mk | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,7 @@ #!/usr/bin/make -f +include ../source.mk + nop: @: diff --git a/source.mk b/source.mk new file mode 100644 index 0000000..d61238a --- /dev/null +++ b/source.mk @@ -0,0 +1,2 @@ +source: + wget -O ../src/pci.ids http://pci-ids.ucw.cz/v2.2/pci.ids |