aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2004-07-20 04:15:58 +0000
committerH. Peter Anvin <hpa@zytor.com>2004-07-20 04:15:58 +0000
commitb5179826f7c16059a146059d95a8a9f59b4c71ab (patch)
tree3b79652729a1e1ac4acf62917b2facb8c0de9d12
parent54c1a6e3cb469ace5713ef34674bfa2e53aabf4e (diff)
downloadzisofs-tools-b5179826f7c16059a146059d95a8a9f59b4c71ab.tar.gz
Clean up spec target slightly
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 63679cc..c6e7b2e 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,8 @@ OBJS = mkzftree.o walk.o workers.o util.o hash.o iso9660.o copytime.o \
all: $(PROGS)
+spec: zisofs-tools.spec
+
clean:
rm -f *.o *.i *.s version.h $(PROGS)
@@ -38,7 +40,7 @@ distclean: clean
release:
$(MAKE) configure
$(MAKE) distclean
- $(MAKE) zisofs-tools.spec
+ $(MAKE) spec
mkzftree: $(OBJS)
$(CC) $(LDFLAGS) -o mkzftree $(OBJS) $(LIBS)