Skip to content

Commit

Permalink
makefile -- improved home-brew support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ksherlock committed Mar 22, 2016
1 parent 51cef14 commit 3e6d14a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
CC = clang
CFLAGS = -g -std=c89

ifdef HOMEBREW_TEMPLATE_PATH
CFLAGS += -DHOMEBREW_TEMPLATE_PATH=\"$(HOMEBREW_TEMPLATE_PATH)\"
endif

all : lemon lemon++
clean:
$(RM) lemon lemon++
Expand Down

0 comments on commit 3e6d14a

Please sign in to comment.