mirror of
https://github.com/love2d/megasource.git
synced 2026-08-16 00:02:15 +02:00
001744190b
Note: using the same folder for future updates.
4 lines
133 B
Bash
4 lines
133 B
Bash
#!/bin/sh
|
|
# change to directory above command file
|
|
cd `dirname $0`/..
|
|
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode clean |