Skip to content

Commit 4d62c75

Browse files
committed
Run the simulation python server for make server
1 parent 29b5cce commit 4d62c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

divert_sim/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ clean:
137137
rm -f $(TARGETS) $(OBJ)
138138

139139
server:
140-
python3 -m http.server
140+
python3 server.py
141141

142142
$(OBJ): %.o : %.cpp $(DEPS)
143143
$(CPP) -c -o $@ $< $(CPPFLAGS)

0 commit comments

Comments
 (0)