Skip to content

Commit

Permalink
Updated the Makefile to let us specify custom CFLAGS/LDFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
iagox86 committed May 13, 2015
1 parent 64bcff1 commit 7658e69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -24,8 +24,8 @@ MANDIR = $(PREFIX)/share/man
LOCALEDIR = $(PREFIX)/share/locale
BUILDDIR = $(SRC)
DESTDIR =
CFLAGS = -Wall -W -O2
LDFLAGS =
CFLAGS ?= -Wall -W -O2
LDFLAGS ?=
COPTS =
RPM_OPT_FLAGS =
LIBS =
Expand Down

0 comments on commit 7658e69

Please sign in to comment.