generated from tpl/purs
c1f9391701
These are more efficient and provide better error messages.
14 lines
227 B
Makefile
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 $@
|