Skip to content

Commit

Permalink
Update some makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoskagami committed Jun 14, 2016
1 parent 20ae01a commit e874da5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 0 additions & 2 deletions contrib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 7 additions & 1 deletion patch/Makefile
Original file line number Diff line number Diff line change
@@ -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/

Expand Down

0 comments on commit e874da5

Please sign in to comment.