1
0
mirror of https://github.com/upx/upx synced 2025-09-28 19:06:07 +08:00

Fixed distclean target.

committer: mfx <mfx> 969529711 +0000
This commit is contained in:
Markus F.X.J. Oberhumer 2000-09-21 09:48:31 +00:00
parent 4b6043fcc6
commit 5119e58cb6

View File

@ -5,15 +5,13 @@ all:
$(MAKE) -C src
$(MAKE) -C doc
clean:
clean distclean:
$(MAKE) -C src/stub $@
$(MAKE) -C src $@
$(MAKE) -C doc $@
distclean: clean
dist:
sh ./maint/util/laszlo.sh
dist: distclean
false
cvs-admin-ko:
cvs admin -ko .