Skip to content

Commit

Permalink
Fix specifying compilers and flags
Browse files Browse the repository at this point in the history
Fixes #12. Based on @jamrial's "patch."
  • Loading branch information
TimothyGu authored and foo86 committed Mar 26, 2015
1 parent e94bfe2 commit 4bb6719
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
VERSION = 0.0.0

CC = gcc
AR = ar
override CFLAGS := -std=gnu99 -D_FILE_OFFSET_BITS=64 -Wall -Wextra -O3 -g -MMD $(CFLAGS)
LDFLAGS =
CFLAGS := -std=gnu99 -D_FILE_OFFSET_BITS=64 -Wall -Wextra -O3 -g -MMD $(CFLAGS)

PREFIX ?= /usr/local
BINDIR ?= $(PREFIX)/bin
Expand Down

0 comments on commit 4bb6719

Please sign in to comment.