You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/BSDmakefile

12 lines
294 B

# This is a convenience script for systems on which BSD make is the default,
# such that typing 'make' will do what people expect, instead of producing an
# error (due to incompatibilities between BSD make and GNU make).
.include "makeopts"
all::
$(MAKE)
$(.TARGETS)::
$(MAKE) $(.TARGETS)