summaryrefslogtreecommitdiff
path: root/Makefile
blob: d4d2c149a522331beff539ede619488367a0211d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Top level makefile, the real shit is at src/Makefile

TARGETS=32bit noopt test

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

install: dummy
	cd src && $(MAKE) $@

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

src/help.h:
	@./utils/generate-command-help.rb > $@

dummy: