From: chaoskagami Date: Tue, 14 Jun 2016 20:20:51 +0000 (-0400) Subject: Update some makefiles X-Git-Tag: v0.0.10 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=e874da5a8ec262f1abb55356a492779d40c1cfa2;p=corbenik%2Fcorbenik.git Update some makefiles --- diff --git a/contrib/Makefile b/contrib/Makefile index a5db11c..c2f7f86 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -3,8 +3,6 @@ all: build install .PHONY: build build: clean $(patsubst %.pco, %.vco, $(wildcard *.pco)) - mkdir -p ../out/corbenik/patch - cp *.vco ../out/corbenik/patch/ .PHONY: install install: build diff --git a/patch/Makefile b/patch/Makefile index e37a25a..73c8f53 100644 --- a/patch/Makefile +++ b/patch/Makefile @@ -1,5 +1,11 @@ .PHONY: all -all: clean $(patsubst %.pco, %.vco, $(wildcard *.pco)) +all: build install + +.PHONY: build +build: clean $(patsubst %.pco, %.vco, $(wildcard *.pco)) + +.PHONY: install +install: build mkdir -p ../out/corbenik/patch cp *.vco ../out/corbenik/patch/