diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-03-19T11·17+0100 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-03-19T11·17+0100 |
commit | 089f44e8c9d216acf0b2054ef0a214108c6a3c91 (patch) | |
tree | 45d909c8430ed99c5d5ee92f5c85dc0055d49cd4 /tools/music/Makefile | |
parent | d829f0c70c09ff2e4c8617f45cb4c85ac4a46f2c (diff) |
Cleaning up after git move
Diffstat (limited to 'tools/music/Makefile')
-rw-r--r-- | tools/music/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tools/music/Makefile b/tools/music/Makefile deleted file mode 100644 index 488c7eb1b06d..000000000000 --- a/tools/music/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -all: music - -music: iTunes.8 - 8l -o music iTunes.8 - -iTunes.8: iTunes.go - 8g iTunes.go - -clean: - rm -rf *.8 music \ No newline at end of file |