aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 27445dea463e504c439df0d10642ec105c1015de (plain)
1
2
3
4
5
6
7
8
9
# Top level makefile, the real shit is at src/Makefile
#

default: all

.DEFAULT:
	cd src && "$(MAKE)" $@
	cd utils && "$(MAKE)" $@