diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-05-10 23:10:16 -0400 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-05-10 23:10:16 -0400 |
commit | 2bcc1a65aff1b3907210edd61cce114cd7fc3fb5 (patch) | |
tree | d9f365a83ac97e679b1243d9c8b93a31e4bcdd72 /Makefile | |
parent | 3486e59cdaaeb14df58adc97917419da110e1cb5 (diff) | |
download | mirror-ponymix-2bcc1a65aff1b3907210edd61cce114cd7fc3fb5.tar.gz mirror-ponymix-2bcc1a65aff1b3907210edd61cce114cd7fc3fb5.tar.bz2 mirror-ponymix-2bcc1a65aff1b3907210edd61cce114cd7fc3fb5.zip |
make the install target actually work
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ LDFLAGS := -lpulse -lm $(LDFLAGS) pulsemix: pulsemix.o install: pulsemix - mkdir $(DESTDIR)/usr/bin + mkdir -p $(DESTDIR)/usr/bin install -m755 pulsemix $(DESTDIR)/usr/bin/pulsemix clean: |