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

.PHONY: all

all: build

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