From c3eee8e333866d92e5fd94ae83cef618758c11bb Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Mon, 15 Sep 2025 18:50:32 +0200 Subject: FICS RPBLC v1.4.6 --- GNUmakefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 GNUmakefile (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 0000000..cf29782 --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,21 @@ +# Makefile for use with GNU make +# SPDX-FileCopyrightText: 2023 Markus Uhlin +# SPDX-License-Identifier: ISC + +include options.mk + +# common vars +include vars.mk + +all: $(TGTS) + +include FICS/build.mk + +# common rules +include common.mk + +.PHONY: clean install-init install tidy + +include $(TARGETS_DIR)clean.mk +include $(TARGETS_DIR)install.mk +include $(TARGETS_DIR)tidy.mk -- cgit v1.2.3