diff options
| author | Graydon Hoare <[email protected]> | 2011-05-02 23:43:13 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2011-05-02 23:43:13 -0700 |
| commit | 73961cc1ee1e208c75de4eab20762f422101c5d2 (patch) | |
| tree | 3d1c329f5b7dd6ba3f04fd93b6ac10589d3956b5 /mk | |
| parent | More hacking on the snapshot system. (diff) | |
| download | rust-73961cc1ee1e208c75de4eab20762f422101c5d2.tar.xz rust-73961cc1ee1e208c75de4eab20762f422101c5d2.zip | |
Add forgotten 'snap.mk'
Diffstat (limited to 'mk')
| -rw-r--r-- | mk/snap.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mk/snap.mk b/mk/snap.mk new file mode 100644 index 00000000..50fda3e3 --- /dev/null +++ b/mk/snap.mk @@ -0,0 +1,3 @@ + +snap: + $(CFG_SRC_DIR)src/etc/make-snapshot.py
\ No newline at end of file |