diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2025-09-15 18:50:32 +0200 |
commit | c3eee8e333866d92e5fd94ae83cef618758c11bb (patch) | |
tree | 234a06fd90bd61a6668490a0cbf8870e6c674b81 /Makefile |
FICS RPBLC v1.4.61.4.6
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f065ca4 --- /dev/null +++ b/Makefile @@ -0,0 +1,24 @@ +# Makefile for use with BSD make +# SPDX-FileCopyrightText: 2023 Markus Uhlin <maxxe@rpblc.net> +# SPDX-License-Identifier: ISC + +include options.mk + +LDLIBS = +AP_LDLIBS = +MR_LDLIBS = + +# common vars +include vars.mk + +all: $(TGTS) + +include FICS/build.mk + +# common rules +include common.mk + +.PHONY: clean install-init install + +include $(TARGETS_DIR)clean.mk +include $(TARGETS_DIR)install.mk |