OctoSearch/Makefile
Jaidyn Ann 404479be6c Split communal/utility functions into `common.js`
`common.js` will be prepended to other JS files using the Makefile.
2023-04-04 08:17:50 -05:00

10 lines
111 B
Makefile

default: all
all: popup
clean:
rm pages/popup.js
popup:
cat common.js pages/popup.src.js > pages/popup.js