Skip to content

Commit

Permalink
build - don't override CC and CFLAGS
Browse files Browse the repository at this point in the history
Let the user define CC and CFLAGS on the command line when invoking
make.  This way we can build even if clang isn't installed.
  • Loading branch information
joe-lawrence committed Aug 29, 2016
1 parent ce6d7e4 commit cc0c2ec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
CC = clang
CFLAGS = -std=gnu99 -ggdb
UNAME_M := $(shell uname -m)

.PHONY: x86 x86_64 arm
Expand Down

0 comments on commit cc0c2ec

Please sign in to comment.