projects
/
ets2_tele.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efecdd7
)
* Fixed telelogger Makefile recipe.
author
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 21 Jul 2019 21:43:09 +0000
(23:43 +0200)
committer
Urban Wallasch
<urban.wallasch@freenet.de>
Sun, 21 Jul 2019 21:43:09 +0000
(23:43 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 00c00745fcbc4a2706cf3d8251ad37763a015786..e00c59f1cd83173577e48b73db9beef61e34278a 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-33,7
+33,7
@@
telemetry.so: telemetry.cpp $(SDK_HEADERS)
telehttpd: telehttpd.o shmget.o net.o fserv.o ntime.o
$(CC) $(LDFLAGS) -o $@ -pthread $^
-telelogger: telelogger.o shmget.o
net.o fserv.o ntime.o
+telelogger: telelogger.o shmget.o
$(CC) $(LDFLAGS) -o $@ $^
%.o: %.c $(SELF)