notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc48697
)
build, fix PWD usage in Makefile
author
kub
<derkub@gmail.com>
Fri, 13 Dec 2024 08:21:37 +0000
(09:21 +0100)
committer
kub
<derkub@gmail.com>
Fri, 13 Dec 2024 08:21:46 +0000
(09:21 +0100)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
a3aea26
..
984f84f
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,7
@@
$(LD) ?= $(CC)
TARGET ?= picodrive
ASAN ?= 0
DEBUG ?= 0
-CFLAGS += -I
$(PWD)
+CFLAGS += -I
.
CYCLONE_CC ?= gcc
CYCLONE_CXX ?= g++