diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-14 19:29:18 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2023-07-14 19:29:18 +0200 |
| commit | 6172ad70924be37de833facb41365eff1cec497b (patch) | |
| tree | b915b78a055ef25cf1d9585f00eb369aa268a41d /src/publisher/Makefile | |
| parent | 2e02fd6b93606656d04e31e4c351d9658dd41f0a (diff) | |
Minor changes
Diffstat (limited to 'src/publisher/Makefile')
| -rw-r--r-- | src/publisher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/publisher/Makefile b/src/publisher/Makefile index 605e667..57eccb9 100644 --- a/src/publisher/Makefile +++ b/src/publisher/Makefile @@ -1,5 +1,5 @@ EXEC=publisher -CFLAGS=-lzmq +CFLAGS+=-lzmq all: main.c $(CC) $^ -o $(OUT)/$(EXEC) $(CFLAGS) |
