bakefile
confusedbread confuseddbread@gmail.com
Thu, 03 Jul 2025 14:38:40 +0200
1 files changed,
7 insertions(+),
0 deletions(-)
jump to
A
Makefile
@@ -0,0 +1,7 @@
+all: target/backend frontend + +target/backend: + cd backend && go build -o ../target/backend . + +frontend: + cd src && cargo build --release --target-dir=../target/