Minor changes

This commit is contained in:
Loic Guegan 2023-07-15 13:54:03 +02:00
parent a37251135e
commit b80973cbd0
5 changed files with 15 additions and 8 deletions

View file

@ -14,7 +14,10 @@ client: src/client.c
logger: src/logger.c src/utils.c
$(CC) $^ -o $@
start: publisher client
$(error "Not yet implemented")
clean:
rm -f logger client publisher
.PHONY: clean publisher client logger
.PHONY: clean publisher client logger start