Skip to content

Commit

Permalink
formatting fix: trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
okertanov committed Apr 15, 2011
1 parent ed784ee commit 532a468
Show file tree
Hide file tree
Showing 6 changed files with 323 additions and 322 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ hairtunes: hairtunes.c alac.c
clean:
-@rm -rf hairtunes

.PTHONY: all clean

prefix=/usr/local
install: hairtunes
install -m 0755 hairtunes $(prefix)/bin
install -m 0755 shairport.pl $(prefix)/bin
.PHONY: install

.PTHONY: all clean install

.SILENT: clean

Loading

0 comments on commit 532a468

Please sign in to comment.