Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: e80ab2f3afed60cdbfd19ba8fef43813b5c97bb9 (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

.PHONY: all

all: build

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