Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 716101f247c8fbb7e1b6f08ff4bbc7dd73397eb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCE_DIR=$(CURDIR)/source
COMMANDS_DIR=$(CURDIR)/commands
HELPERS_DIR=$(COMMANDS_DIR)/helpers
TOOLS_DIR=$(CURDIR)/tools

.PHONY: all

all: check-system pull build

include Makefile.config
include Makefile.commands
include Makefile.buildbot