From 41e73ea8220a6bf6a0d8a39b452733a2afadae27 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Thu, 7 Oct 2021 15:43:16 -0400 Subject: fix whitespace --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 08bd883..f14f7da 100644 --- a/Makefile +++ b/Makefile @@ -25,18 +25,18 @@ gitversion.h: FORCE FORCE: -tox_bootstrap.h: - $(PYTHON) generate_tox_bootstrap.py +tox_bootstrap.h: + $(PYTHON) generate_tox_bootstrap.py %.o: %.c $(INCLUDES) gitversion.h tox_bootstrap.h @echo " CC $@" @$(CC) -c $(CFLAGS) $< -o $@ tuntox: $(OBJECTS) $(INCLUDES) - $(CC) -o $@ $(OBJECTS) -lpthread $(LDFLAGS) + $(CC) -o $@ $(OBJECTS) -lpthread $(LDFLAGS) tuntox_nostatic: $(OBJECTS) $(INCLUDES) - $(CC) -o $@ $(OBJECTS) -lpthread $(DSO_LDFLAGS) + $(CC) -o $@ $(OBJECTS) -lpthread $(DSO_LDFLAGS) cscope.out: @echo " GEN $@" -- cgit v1.2.3