Skip to content

Commit a8012e8

Browse files
committed
Avoid including target's CFLAGS in tools
1 parent 4dd87d7 commit a8012e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/bin-assemble/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
-include ../../options.mk
44

55
CC=gcc
6-
CFLAGS+=-Wall -g -ggdb
6+
CFLAGS=-Wall -g -ggdb
77
EXE=bin-assemble
88

99
LIBS=

0 commit comments

Comments
 (0)