Browse Source

Remove unused Makefile

master
Forest Belton 2 years ago
parent
commit
9671c296ce
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      Makefile

+ 0
- 10
Makefile View File

@ -1,10 +0,0 @@
TSFILES := $(find lib -type f -name '*.ts')
.PHONY: build
build: build/parser.js $(TSFILES)
./node_modules/.bin/tsc
build/parser.js: lib/parser.pegjs
mkdir -p build
./node_modules/.bin/peggy -o $@ $<

Loading…
Cancel
Save