Make install fixed using a dummy taget

This commit is contained in:
antirez 2010-07-06 19:10:20 +02:00
parent acc0185493
commit 443d1e9efe
1 changed files with 6 additions and 1 deletions

View File

@ -1,9 +1,14 @@
# Top level makefile, the real shit is at src/Makefile
TARGETS=32bit noopt test install
TARGETS=32bit noopt test
all:
cd src && $(MAKE) $@
install: dummy
cd src && $(MAKE) $@
$(TARGETS) clean:
cd src && $(MAKE) $@
dummy: