Updated toplevel Makefile.
This commit is contained in:
@@ -13,8 +13,7 @@ default:
|
|||||||
|
|
||||||
all mostlyclean clean distclean maintainer-clean:
|
all mostlyclean clean distclean maintainer-clean:
|
||||||
ifneq ($(wildcard $(HOME)/local/bin/bin-upx),)
|
ifneq ($(wildcard $(HOME)/local/bin/bin-upx),)
|
||||||
# these need special build tools
|
# this needs special build tools
|
||||||
$(MAKE) -C src/stub/util/sstrip $@
|
|
||||||
$(MAKE) -C src/stub $@
|
$(MAKE) -C src/stub $@
|
||||||
endif
|
endif
|
||||||
$(MAKE) -C src $@
|
$(MAKE) -C src $@
|
||||||
|
|||||||
Reference in New Issue
Block a user