From e874da5a8ec262f1abb55356a492779d40c1cfa2 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Tue, 14 Jun 2016 16:20:51 -0400 Subject: [PATCH] Update some makefiles --- contrib/Makefile | 2 -- patch/Makefile | 8 +++++++- 2 files changed, 7 insertions(+), 3 deletions(-) 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/ -- 2.39.5