Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

Commit

Permalink
Makefile: Add instead of overriding CFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Sarenik committed Apr 21, 2016
1 parent 0204b36 commit 26a276c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CFLAGS=-g -I. -Wall -O2
CFLAGS ?= -g -O2
CFLAGS += -I. -Wall

all: eeprog

Expand Down

0 comments on commit 26a276c

Please sign in to comment.