annotate mk/base.mk @ 52:c0be30249ffe

Fix the argument handling.
author David A. Holland
date Sat, 02 Apr 2022 21:13:01 -0400
parents 4ad503eccb9f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4ad503eccb9f Need a default definition of sed.
David A. Holland
parents: 2
diff changeset
1 SED?=sed
4ad503eccb9f Need a default definition of sed.
David A. Holland
parents: 2
diff changeset
2
2
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
3 include $(TOP)/config.mk
5f36d8d69aba Set up a build framework.
David A. Holland
parents:
diff changeset
4