Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 4704657dc6c28ea8103f9918a3ddd6fc743098f2 (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
COMMANDS = $(CURDIR)/commands

include Makefile.helpers

all: build

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