aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
blob: f94b0a42e5d8729ff9fdfc79c9157dc8ae11a190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Makefile for use with GNU make
# SPDX-FileCopyrightText: 2023 Markus Uhlin <maxxe@rpblc.net>
# 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

include $(TARGETS_DIR)clean.mk
include $(TARGETS_DIR)install.mk