Skip to content

Commit

Permalink
address review
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Aug 27, 2024
1 parent 6a6a558 commit 3fdcd47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
all:
@echo "Project successfully compiled"

run-server:
clean:
rm -rf mongodb

run-server: clean
.evergreen/run-orchestration.sh

stop-server:
Expand Down

0 comments on commit 3fdcd47

Please sign in to comment.