summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2023-07-15 13:54:03 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2023-07-15 13:54:03 +0200
commitb80973cbd05664dc10a15ae3306726daa335997c (patch)
tree1f9910e07e987a30b41d36b445da434bb1cb7e7a /Makefile
parenta37251135ec3c91b5fb7312d30533111f94263e1 (diff)
Minor changes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18113c9..a4f0315 100644
--- a/Makefile
+++ b/Makefile
@@ -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