Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 6fa07078c8e71caee41f2a4e5099d7d8552cff5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
COMMANDS = $(CURDIR)/commands

include Makefile.helpers

all: build

auto-install:
	@$(COMMANDS)/auto-install

check-system:
	@$(COMMANDS)/check-system $(ARGS)

build: check-system
	@$(COMMANDS)/build

run: helpers
	@$(COMMANDS)/run

run-command: helpers
	@$(COMMANDS)/run-command

test: helpers
	@$(COMMANDS)/test

shell: helpers
	@$(COMMANDS)/shell

bug-report:
	@$(COMMANDS)/bug-report

clean: clean-helpers
	@$(COMMANDS)/clean