Fixed makefile for server hosting

This commit is contained in:
MunyDev 2025-01-25 10:24:09 -05:00
parent 73cbe66b9c
commit 4250e8f0c6

View File

@ -20,7 +20,4 @@ build-packed-data:
clean:
rm -rf out/
start-server:
cd httpmitm
npm i
node proxy.js
cd ..
cd httpmitm; npm install; node proxy.js