Skip to content

Commit 4cbe966

Browse files
committed
Add Makefile
1 parent 3af9381 commit 4cbe966

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
build:
2+
rm -rf release/
3+
mkdir -p release
4+
sbcl --load build.lisp
5+
mv starwar-linux release/
6+
cp starwar.conf release/
7+
cp background.mp3 release/
8+
mv lib/ release/
9+
cp StarWar.desktop release/
10+
sed -i 's/starwar.lisp/starwar-linux/g' release/StarWar.desktop

0 commit comments

Comments
 (0)