mirror of https://github.com/subgraph/fw-daemon
8 lines
113 B
8 lines
113 B
9 years ago
|
generate:
|
||
|
ruby ./generate.rb
|
||
|
|
||
|
touch:
|
||
|
ls *.xml | xargs -n1 touch
|
||
|
|
||
|
doctor: touch generate
|
||
|
git diff --exit-code .
|