Skip to content

Commit

Permalink
Use $CC rather than gcc
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
  • Loading branch information
jeremyhu committed Oct 8, 2011
1 parent 0b19978 commit 3f3ff07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
bindir ?= /usr/bin

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

clean:
rm -f edid-decode
Expand Down

0 comments on commit 3f3ff07

Please sign in to comment.