summaryrefslogtreecommitdiff
path: root/Makefile
blob: 4f08126df79d726f8cdb7758175d2ee45c042d71 (plain)
1
2
3
4
5
6
7
# Top level makefile, the real shit is at src/Makefile

default: all

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