Skip to content

Commit

Permalink
Change default compiler to cc.
Browse files Browse the repository at this point in the history
  • Loading branch information
gawen947 committed Jun 26, 2014
1 parent cd75287 commit d9ee4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.mk
@@ -1,5 +1,5 @@
# defaults commands
CC=gcc
CC=cc
RM=rm -f
INSTALL=install
INSTALL_PROGRAM=$(INSTALL) -s -m 555
Expand Down

0 comments on commit d9ee4d9

Please sign in to comment.