changeset 275:04917c170c23

Cosmetics.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 06 Jan 2020 15:40:15 +0200
parents a5bc27d26174
children 158f4f613787
files Makefile.gen
diffstat 1 files changed, 8 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.gen	Mon Jan 06 12:44:37 2020 +0200
+++ b/Makefile.gen	Mon Jan 06 15:40:15 2020 +0200
@@ -4,9 +4,9 @@
 THLIBS = th-libs/
 
 
-#
-# Objects
-#
+###
+### Objects and targets
+###
 THLIBS_OBJ=th_util.o th_string.o th_ioctx.o \
 	th_file.o th_args.o th_crypto.o th_datastruct.o
 
@@ -15,8 +15,13 @@
 
 TARGETS += $(SIDINFO_BIN)
 
+
+###
+### Rules
+###
 include $(THLIBS)/Makefile.inc
 
+
 $(SIDINFO_BIN): $(addprefix $(OBJPATH),$(SIDINFO_OBJ)) $(THLIBS_A) $(EXTRAOBJS)
 	$(LINK_BIN)