4 lines
49 B
Makefile
4 lines
49 B
Makefile
|
|
all: client.ts
|
||
|
|
tsc
|
||
|
|
sed -i '1d' build/client.js
|