aboutsummaryrefslogtreecommitdiff
path: root/external/gard/Makefile.dist
blob: 4d44a044988a92afce7ad6579fa48af7916be767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# SPDX-License-Identifier: Apache-2.0
#Prevent make from trying to remake arch links symlinks
#which are fixed files now
ARCH_LINKS :=

GARD_VERSION := $(shell cat .version)

include rules.mk
GET_ARCH = common/get_arch.sh
include common/rules.mk

all: $(EXE)

clean:
	rm -f $(OBJS) *.o
distclean: clean
	rm -f $(EXE)