aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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