Skip to content

Commit ba2d77f

Browse files
committed
Remove release directory if it exists
1 parent 2f485cc commit ba2d77f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ DEVELOPMENTBRANCH = picforth-1
5252

5353
release:
5454
${MAKE} all
55+
rm -rf picforth-${RELEASEVERSION}
5556
mkdir picforth-${RELEASEVERSION}
5657
tar cf - `cat MANIFEST` | (cd picforth-${RELEASEVERSION} && tar xvf -)
5758
chmod -R og=u-w picforth-${RELEASEVERSION}

0 commit comments

Comments
 (0)