Navigation Menu

Skip to content

Commit

Permalink
Create output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jan 22, 2015
1 parent e442034 commit 69c1ad3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -19,9 +19,12 @@ PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)

installcheck: results/text/single/contain
installcheck: results/text/single/and
installcheck: results/text/multiple/contain

results/text/single/contain:
@mkdir -p results/text/single/contain
results/text/single/and:
@mkdir -p results/text/single/and
results/text/multiple/contain:
@mkdir -p results/text/multiple/contain

0 comments on commit 69c1ad3

Please sign in to comment.