diff options
| author | Haoran S. Diao <0@hairydiode.xyz> | 2019-02-11 17:02:23 -0500 |
|---|---|---|
| committer | Haoran S. Diao <0@hairydiode.xyz> | 2019-02-11 17:02:23 -0500 |
| commit | e791798e3affd032930a35bdf0bd60556dae0f0d (patch) | |
| tree | 7b057233cd226be0dcce3103bc6d1f723fc243dd | |
| parent | 749f197517316db7505f6ea585b37be0fa7c2789 (diff) | |
added Makefile
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..00a5013 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +去英.zip: + zip -FS 去英.zip *js *json *png +clean: + rm 去英.zip |
