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

TARGETS=32bit noopt test install

all:
	cd src && $(MAKE) $@

$(TARGETS) clean:
	cd src && $(MAKE) $@