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

.PHONY: all

all: check-system pull build

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