This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
gbuoy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Remove unused Makefile
master
Forest Belton
3 years ago
parent
ff7dba498c
commit
9671c296ce
1 changed files
with
0 additions
and
10 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
$@
$<
Write
Preview
Loading…
Cancel
Save