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