aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSARL ENR-68 <david@david.david>2014-06-16 21:40:15 +0200
committerSARL ENR-68 <david@david.david>2014-06-16 21:40:15 +0200
commitf7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5 (patch)
treec318150b1b302897b0f1c99d358fd8ab105a345e
parentce64e789e2728917087e77ce27d9bb95b09b41d9 (diff)
downloadisodumper-f7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5.tar
isodumper-f7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5.tar.gz
isodumper-f7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5.tar.bz2
isodumper-f7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5.tar.xz
isodumper-f7d3c0a0f20038708d5d42ddb4d2c31d84d6aaa5.zip
fix an error on Makefile0.22
- error on all argument
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9395f2..b93815e 100644
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,7 @@ DOCDIR=$(PREFIX)/share/doc/isodumper
PYTHON=/usr/bin/env python
DIRS = polkit
-all: dirs tar
+all: dirs
dirs:
@for n in . $(DIRS); do \