aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:28:45 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:28:45 +0200
commit3a33fa3c7921c69efbc9beaaa922452ba2eaf271 (patch)
tree0d903c8d075752a1c4bf63eab783c702aa3557b6 /Makefile
parent022d9c173d78c04ec2569a2394e2b04b81d60794 (diff)
downloadsdep-3a33fa3c7921c69efbc9beaaa922452ba2eaf271.tar.gz
sdep-3a33fa3c7921c69efbc9beaaa922452ba2eaf271.zip
Makefile fix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 444c6f2..3bacdee 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ clean:
32 32
33dist: clean 33dist: clean
34 mkdir -p sdep-${VERSION} 34 mkdir -p sdep-${VERSION}
35 cp -R LICENSE Makefile README sdep.1 sdep.c sdep-${VERSION} 35 cp -R LICENSE Makefile README.md sdep.1 sdep.c sdep-${VERSION}
36 tar -cf sdep-${VERSION}.tar sdep-${VERSION} 36 tar -cf sdep-${VERSION}.tar sdep-${VERSION}
37 gzip sdep-${VERSION}.tar 37 gzip sdep-${VERSION}.tar
38 rm -rf sdep-${VERSION} 38 rm -rf sdep-${VERSION}

Generated with cgit - Back to sebastiano.tronto.net