diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-04-12 01:38:53 +0100 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-04-12 01:38:53 +0100 |
| commit | 84484381536c6b0b98a2be8f28b53dc4dd628924 (patch) | |
| tree | 73a922c4fd8cea6e9dadd34d1c16c9b9e9bb8de2 /Makefile | |
| parent | eac75c1807941382e424da830baba6dbbbca5c72 (diff) | |
| download | pish-master.zip pish-master.tar.gz pish-master.tar.bz2 pish-master.tar.xz | |
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,3 +8,5 @@ clean: rm -f *~ rm -f *.o rm -f pish +install: pish + cp pish /bin |