changed CXX to CPP in CPPFLAGS (previous error)
This commit is contained in:
parent
7a0b296301
commit
33d532d670
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@
|
||||||
include config.mk
|
include config.mk
|
||||||
all: mpdart
|
all: mpdart
|
||||||
mpdart: mpdart.c
|
mpdart: mpdart.c
|
||||||
$(CC) $(CONFIG) $(CFLAGS) $(CXXFLAGS) -o $@ mpdart.c
|
$(CC) $(CONFIG) $(CFLAGS) $(CPPFLAGS) -o $@ mpdart.c
|
||||||
debug: mpdart_debug
|
debug: mpdart_debug
|
||||||
mpdart_debug: mpdart.c
|
mpdart_debug: mpdart.c
|
||||||
$(CC) $(CONFIG) -Og -g -DDEBUG -o $@ mpdart.c
|
$(CC) $(CONFIG) -Og -g -DDEBUG -o $@ mpdart.c
|
||||||
|
|
Loading…
Reference in New Issue
Block a user