Skip to content

Commit

Permalink
update makefile for 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Sep 4, 2024
1 parent 6bd8105 commit 4d1f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ EXTENSION = pgnodemx pg_proctab--0.0.10-compat
else
EXTENSION = pgnodemx pg_proctab--0.0.10-compat pg_proctab
endif
DATA = pgnodemx--1.0--1.1.sql pgnodemx--1.1--1.2.sql pgnodemx--1.2--1.3.sql pgnodemx--1.3--1.4.sql pgnodemx--1.4--1.5.sql pgnodemx--1.5--1.6.sql pgnodemx--1.6.sql pg_proctab--0.0.10-compat.sql
DATA = pgnodemx--1.0--1.1.sql pgnodemx--1.1--1.2.sql pgnodemx--1.2--1.3.sql pgnodemx--1.3--1.4.sql pgnodemx--1.4--1.5.sql pgnodemx--1.5--1.6.sql pgnodemx--1.6--1.7.sql pgnodemx--1.7.sql pg_proctab--0.0.10-compat.sql

GHASH := $(shell git rev-parse --short HEAD)

Expand Down

0 comments on commit 4d1f538

Please sign in to comment.