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:
93c0869
)
core, keep offsets header from being build if no preprocessed asm files
author
kub
<derkub@gmail.com>
Sat, 11 Jul 2020 21:54:53 +0000
(23:54 +0200)
committer
kub
<derkub@gmail.com>
Sat, 11 Jul 2020 21:54:53 +0000
(23:54 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
497a58a
..
466e5d3
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-211,7
+211,7
@@
LDFLAGS += -Wl,-Map=$(TARGET).map
endif
-target_:
pico/pico_int_offs.h
$(TARGET)
+target_: $(TARGET)
clean:
$(RM) $(TARGET) $(OBJS) pico/pico_int_offs.h