mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fix: Makefile whitespace fuckup -.-
This commit is contained in:
parent
45736c1d9c
commit
a777f45850
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
TARGETS = server send random receive test
|
||||
|
||||
# Common objs
|
||||
OBJS = msg.o cfg.o path.o node.o hooks.o
|
||||
OBJS = path.o node.o hooks.o msg.o cfg.o
|
||||
# Helper libs
|
||||
OBJS += utils.o list.o hist.o log.o timing.o
|
||||
# Node types
|
||||
|
@ -52,8 +52,8 @@ server: server.o $(OBJS)
|
|||
send: send.o $(OBJS)
|
||||
receive: receive.o $(OBJS)
|
||||
test: test.o $(OBJS)
|
||||
random: random.o $(OBJS)
|
||||
|
||||
random: random.o msg.o utils.o timing.o log.o
|
||||
|
||||
protected: CFLAGS += -DPROTECT -DVALID_UNTIL=$(shell date -d "now +5months" +%s) -s -O3 -fvisibility=hidden
|
||||
protected: clean strip
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue