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

default: all

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