mirror of
https://github.com/pret/pmd-red.git
synced 2024-11-23 05:00:12 +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 $<
|
||||
|
||||
data_learnset_ptrs: ${LEARNSET_DATA};
|
||||
echo '.4byte 0' >> $(LEARNSET_PTRS)
|
||||
echo '.4byte 0' > $(LEARNSET_PTRS)
|
||||
echo '.4byte 0' >> $(LEARNSET_PTRS)
|
||||
cat $(LEARNSET_DATA) | grep .global >> $(LEARNSET_PTRS)
|
||||
ifeq ($(shell uname -s), Darwin)
|
||||
|
Loading…
Reference in New Issue
Block a user