aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:41:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2023-05-15 18:41:30 +0200
commitdd30c99c346b0eced22843dcc139f0c4330bcba6 (patch)
tree686426da628b437c94d212e3650cf65b2c507ff7 /Makefile
parent2b4be20507fee93fc165a550cd0cb8f81dcad05d (diff)
downloadsdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.tar.gz
sdep-dd30c99c346b0eced22843dcc139f0c4330bcba6.zip
Version 0.2
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bacdee..76da5aa 100644
--- a/Makefile
+++ b/Makefile
@@ -28,13 +28,14 @@ debug:
28 ${CC} ${CFLAGS} -o sdep sdep.c 28 ${CC} ${CFLAGS} -o sdep sdep.c
29 29
30clean: 30clean:
31 rm -rf sdep sdep-${VERSION}.tar.gz 31 rm -rf sdep
32 32
33dist: clean 33dist: clean
34 mkdir -p sdep-${VERSION} 34 mkdir -p sdep-${VERSION}
35 cp -R LICENSE Makefile README.md 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 mv sdep-${VERSION}.tar.gz releases/
38 rm -rf sdep-${VERSION} 39 rm -rf sdep-${VERSION}
39 40
40install: all 41install: all

Generated with cgit - Back to sebastiano.tronto.net