min/max macros

This commit is contained in:
Allen Webster
2021-08-24 21:16:33 -07:00
parent 5ef50bd3df
commit 78bfd000d4
4 changed files with 18 additions and 12 deletions
+1 -2
View File
@@ -2,7 +2,7 @@
###### Usage ##################################################################
# ./bld_core.sh <command> [arguments ...]
#
#
# command: compile
# ./bld_core.sh compile <source-file> [opts ...]
#
@@ -14,7 +14,6 @@
# command: link
# ./bld_core.sh link <out-name> [input-file ...] -- [opts ...]
#
#
# Creates binaries (executables and dynamic libraries) from objects,
# libraries, and options with a linker.
# First automatically compiles source files into objects.