Skip to content

Commit

Permalink
install target
Browse files Browse the repository at this point in the history
  • Loading branch information
nwnk committed Feb 5, 2010
1 parent db23ed3 commit ed2a616
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# ZSH OR DIE, PUNKS

bindir ?= /usr/bin

edid-decode: edid-decode.c
gcc -g -Wall -o $@ $<

clean:
rm -f edid-decode
-echo rm -f edid-decode **/*.jx | zsh -s

install:
install -m 0755 edid-decode $(DESTDIR)$(bindir)

0 comments on commit ed2a616

Please sign in to comment.