upx/Makefile

22 lines
256 B
Makefile
Raw Normal View History

2000-05-20 00:04:55 +08:00
# Toplevel Makefile for UPX
all:
$(MAKE) -C src/stub
$(MAKE) -C src
$(MAKE) -C doc
clean:
$(MAKE) -C src/stub $@
$(MAKE) -C src $@
$(MAKE) -C doc $@
distclean: clean
dist:
sh ./maint/util/laszlo.sh
.PHONY: all clean distclean dist
.NOEXPORT: