mirror of
https://github.com/pret/pmd-red.git
synced 2025-02-17 03:48:09 +00:00
Fix inconsistent rebuilding
This commit is contained in:
parent
484e6b126d
commit
ad9688cebf
@ -29,7 +29,7 @@ $(LEARNSET_DATA): $(LEARNSET_DIR)/learnset_data.json
|
|||||||
$(DUNGEONJSON) learnset pmd-red $<
|
$(DUNGEONJSON) learnset pmd-red $<
|
||||||
|
|
||||||
data_learnset_ptrs: ${LEARNSET_DATA};
|
data_learnset_ptrs: ${LEARNSET_DATA};
|
||||||
echo '.4byte 0' >> $(LEARNSET_PTRS)
|
echo '.4byte 0' > $(LEARNSET_PTRS)
|
||||||
echo '.4byte 0' >> $(LEARNSET_PTRS)
|
echo '.4byte 0' >> $(LEARNSET_PTRS)
|
||||||
cat $(LEARNSET_DATA) | grep .global >> $(LEARNSET_PTRS)
|
cat $(LEARNSET_DATA) | grep .global >> $(LEARNSET_PTRS)
|
||||||
ifeq ($(shell uname -s), Darwin)
|
ifeq ($(shell uname -s), Darwin)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user