Rivoreo Source Code Repositories
src.rivoreo.one
/
compiler-explorer
/
earliest-working-prototype
/
.
/
Makefile
blob: 982cc2b255a892ceb6d73a227338f6a81f95a2d0 [
file
] [
log
] [
blame
] [
raw
]
default
:
run
node_modules
:
package
.
json
npm install
@touch
$@
clean
:
rm
-
rf node_modules
.
PHONY
:
clean run
run
:
node_modules
./
node_modules
/.
bin
/
supervisor
./
app
.
js