aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check/Makefile
blob: 744f0983b59357a0d6fe4aef3368b099ca597848 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: build

# Check this machine is OK for building on.
build:
	./chk build

# Check this machine is OK for installing on.
# DO NOT use this check from 'make install' in the parent
# directory, as that target can be used to make an installable
# copy rather than actually installing.
install:
	./chk install

clean:
	./chk clean