fix patching
This commit is contained in:
parent
a0be653c9b
commit
1a9beba136
9
Makefile
9
Makefile
@ -2,13 +2,16 @@ all: patch/tree/map/definition.csv
|
||||
|
||||
VANILLA_SRC ?= ../vanilla
|
||||
|
||||
patch/tree:
|
||||
patch/tree patch/work:
|
||||
mkdir $@
|
||||
patch/tree/map: patch/tree
|
||||
mkdir $@
|
||||
patch/work/map_definition.csv: $(VANILLA_SRC)/map/definition.csv
|
||||
patch/work/map_definition.csv: $(VANILLA_SRC)/map/definition.csv | patch/work
|
||||
cp -v $< $@
|
||||
patch/tree/map/definition.csv: patch/work/map_definition.csv patch/patches/map_definition.patch | patch/tree/map
|
||||
cp -v $< $@
|
||||
patch -u --binary -N $^
|
||||
cp -v $< $@
|
||||
|
||||
clean:
|
||||
rm -rf patch/tree patch/work
|
||||
.PHONY: all install clean
|
||||
|
Loading…
Reference in New Issue
Block a user