tests are looking good for ongoing events

This commit is contained in:
2024-10-05 15:47:47 +02:00
parent c20f1ca1f0
commit 773bd82216
3 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ install: $(EXECUTABLE)
.PHONY:clean
clean:
-rm -f $(EXECUTABLE) *.o
-rm -vf $(EXECUTABLE) *.o
.PHONY:uninstall
uninstall: