1
0
Fork 0
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:
Steffen Vogel 2015-08-07 01:25:50 +02:00
parent 67a2343676
commit 2862c8deaf

View file

@ -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