Skip to content

Commit

Permalink
Makefile: prefer enviromental CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
ryncsn committed May 19, 2020
1 parent df31e4e commit 82cd06f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mandir ?= ${prefix}/share/man
dracutlibdir ?= ${prefix}/lib/dracut

CC = gcc
CFLAGS := $(CFLAGS) -g -Os -std=c11
CFLAGS := -Os -g -std=c11 $(CFLAGS)
LDFLAGS = -lncurses

include src/Makefile
Expand Down

0 comments on commit 82cd06f

Please sign in to comment.