purescript-postgresql-client/Makefile
rightfold c1f9391701
Remove tuple machinery in favour of row types
These are more efficient and provide better error messages.
2017-06-03 13:27:14 +02:00

14 lines
227 B
Makefile

all: build test
.PHONY: build
build: src/Database/PostgreSQL/Row.purs
pulp build
.PHONY: test
test: src/Database/PostgreSQL/Row.purs
pulp test
src/Database/PostgreSQL/Row.purs: Rows.pl
mkdir -p $(dir $@)
perl Rows.pl $@