BugFix for example execution

This commit is contained in:
Dirk Alders 2025-02-09 10:59:29 +01:00
parent a5148c6a51
commit 72741ff812

View File

@ -8,11 +8,13 @@ all: $(LOGFILES)
python3 $< > $@ &
sleep 1 # let the server come up
python3 $(subst server,client,$<) 1> /dev/null
sleep 1 # let the server come down
%client.log: %client.py
python3 $(subst client,server,$<) 1> /dev/null&
sleep 1 # let the server come up
python3 $< > $@
sleep 1 # let the server come down
clean:
@echo "\e[1m * Example logs...\e[0m"