redict/Makefile

15 lines
196 B
Makefile
Raw Normal View History

# Top level makefile, the real shit is at src/Makefile
2010-07-06 13:10:20 -04:00
TARGETS=32bit noopt test
all:
cd src && $(MAKE) $@
2010-07-06 13:10:20 -04:00
install: dummy
cd src && $(MAKE) $@
$(TARGETS) clean:
cd src && $(MAKE) $@
2010-07-06 13:10:20 -04:00
dummy: