summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@cryptonomic.net>2021-10-07 15:43:16 -0400
committerAndrew Cady <d@cryptonomic.net>2021-10-07 15:43:16 -0400
commit41e73ea8220a6bf6a0d8a39b452733a2afadae27 (patch)
treec2b961b0165c432dbc5b8e9542d74e83ad55d445
parent88f3bbb8fe301815ac2115b7edf2fbbc61390c6b (diff)
fix whitespace
-rw-r--r--Makefile8
1 files 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
25 25
26FORCE: 26FORCE:
27 27
28tox_bootstrap.h: 28tox_bootstrap.h:
29 $(PYTHON) generate_tox_bootstrap.py 29 $(PYTHON) generate_tox_bootstrap.py
30 30
31%.o: %.c $(INCLUDES) gitversion.h tox_bootstrap.h 31%.o: %.c $(INCLUDES) gitversion.h tox_bootstrap.h
32 @echo " CC $@" 32 @echo " CC $@"
33 @$(CC) -c $(CFLAGS) $< -o $@ 33 @$(CC) -c $(CFLAGS) $< -o $@
34 34
35tuntox: $(OBJECTS) $(INCLUDES) 35tuntox: $(OBJECTS) $(INCLUDES)
36 $(CC) -o $@ $(OBJECTS) -lpthread $(LDFLAGS) 36 $(CC) -o $@ $(OBJECTS) -lpthread $(LDFLAGS)
37 37
38tuntox_nostatic: $(OBJECTS) $(INCLUDES) 38tuntox_nostatic: $(OBJECTS) $(INCLUDES)
39 $(CC) -o $@ $(OBJECTS) -lpthread $(DSO_LDFLAGS) 39 $(CC) -o $@ $(OBJECTS) -lpthread $(DSO_LDFLAGS)
40 40
41cscope.out: 41cscope.out:
42 @echo " GEN $@" 42 @echo " GEN $@"