Notes (en)

Notes (en)

A Note on a Makefile for Easily Running TypeScript Compilation and JS File Deletion in Bulk

This is a note about the Makefile script I use to compile TypeScript files in a directory all at once and delete the compiled JS files before pushing to GitHub.

Read