Skip to content

Commit

Permalink
feat: makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
madelynwith5ns committed Jun 14, 2024
1 parent 921e9cb commit 7639869
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.PHONY: all

all: rust

rust:
@echo Building Vanessa-RS \(crate: vanessa\)
cd vanessa-rs && cargo build --release

0 comments on commit 7639869

Please sign in to comment.