dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/BSDmakefile

12 lines
294 B
Makefile

# 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)