aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 7af263d4de2ab461d86b134c2e9294e6ea82bad3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

include $(TARGETS_DIR)clean.mk