mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
fixed whitespace
This commit is contained in:
parent
67a2343676
commit
2862c8deaf
1 changed files with 1 additions and 2 deletions
|
@ -13,7 +13,7 @@ VPATH = src
|
|||
V ?= 2
|
||||
|
||||
# Compiler and linker flags
|
||||
LDLIBS = -pthread -lrt -lm -lconfig
|
||||
LDLIBS = -pthread -lrt -lm -lconfig
|
||||
CFLAGS = -std=gnu99 -Iinclude/ -MMD -Wall -O3
|
||||
CFLAGS += -D_XOPEN_SOURCE=500 -D_GNU_SOURCE -DV=$(V)
|
||||
|
||||
|
@ -63,7 +63,6 @@ strip: $(TARGETS)
|
|||
--strip-debug \
|
||||
--strip-all \
|
||||
$(TARGETS)
|
||||
|
||||
|
||||
clean:
|
||||
$(RM) *~ *.o *.d
|
||||
|
|
Loading…
Add table
Reference in a new issue