diff Makefile.inc @ 599:ee165ef28b6f

Improve few Makefile comments.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jan 2020 02:57:54 +0200
parents a6196e19465b
children 492633200ddd
line wrap: on
line diff
--- a/Makefile.inc	Tue Jan 14 02:43:40 2020 +0200
+++ b/Makefile.inc	Tue Jan 14 02:57:54 2020 +0200
@@ -1,5 +1,5 @@
 ###
-### Paths and directories
+### Tools, paths and directories
 ###
 ifneq ($(BINTOOL_PREFIX),)
 CC = $(BINTOOL_PREFIX)gcc
@@ -19,7 +19,7 @@
 
 
 ###
-### Targets
+### Main th-libs targets
 ###
 THLIBS_A = $(OBJPATH)thlibs.a
 THLIBS_DEP += $(THLIBS)th_types.h $(THLIBS)th_util.h
@@ -63,7 +63,7 @@
 
 
 ###
-### Target rules
+### Generic target rules
 ###
 all: $(NOBUILD_TARGETS) $(NOINST_TARGETS) $(TARGETS)