Skip to content

Commit 7c34043

Browse files
committed
Added target to run up a simple python http server
1 parent deebbf6 commit 7c34043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

divert_sim/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ all: $(TARGETS)
131131
clean:
132132
rm -f $(TARGETS) $(OBJ)
133133

134+
server:
135+
python3 -m http.server
136+
134137
$(OBJ): %.o : %.cpp $(DEPS)
135138
$(CPP) -c -o $@ $< $(CPPFLAGS)
136139

0 commit comments

Comments
 (0)