summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-03-12 13:02:10 +0000
committerLars Wirzenius <liw@liw.fi>2011-03-12 13:02:10 +0000
commit22ef3f76d8263996b54853c7881a33f1f7ecca24 (patch)
treec67c0871b652f2c7d11013219d36ea4d680e00bd /Makefile
parent6befd5cc154800c0c78cdc4cfcfeaeea5a1b725a (diff)
downloadextrautils-22ef3f76d8263996b54853c7881a33f1f7ecca24.tar.gz
Add missing scripts to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8efb420..aecc3de 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ man1dir = $(mandir)/man1
progs = corrupt isascii
scripts = assert do-until errno minimify splitmboxdaily \
- setuppy-debian-versions-match viewprof
+ setuppy-debian-versions-match viewprof fix-shebang \
+ musictomp3 test-flacs unpack-debian-sources
CFLAGS = -Wall -O2 --std=gnu99