Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9545d1d5c138ed2a82f26bd64c7493828d7b17ad (plain)
1
2
3
4
5
6
7
8
9
10
COMMANDS_DIR=$(CURDIR)/commands
TOOLS_DIR=$(CURDIR)/tools
TIME=time -f "\n= Time =\n\nreal\t%e\nuser\t%U\nsys\t%S\n"

.PHONY: all

all: build

include Makefile.config
include Makefile.commands