From 95be538a932ad869332264be0633d17f34e11ccd Mon Sep 17 00:00:00 2001 From: Markus Uhlin Date: Sat, 9 Dec 2023 13:35:03 +0100 Subject: Added new makefiles --- GNUmakefile | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 GNUmakefile (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile new file mode 100644 index 0000000..96c3795 --- /dev/null +++ b/GNUmakefile @@ -0,0 +1,19 @@ +# 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 + +include $(TARGETS_DIR)clean.mk -- cgit v1.2.3