# PGPG JavaScript codegen and runtime. Run from repo root: make -C generators/js [target]

test:
	node --test tests/test_parsegen_code.js

clean:
	@:

.PHONY: test clean
