It's been a while since I've built LÖVE, so forgive my forgetfulness.

Made automagic script run gen-makefile (took me half an hour to figure out I had to do this first...)
Also made sure it's running from the right path :)
This commit is contained in:
Tommy Nguyen
2009-12-21 01:29:56 +01:00
parent 3d95e9e44b
commit c4fd3d985d
Regular → Executable
+4 -3
View File
@@ -1,7 +1,8 @@
#!/bin/bash
echo
echo " * Remember to run 'sh platform/unix/gen-makefile' if you've added/removed any files under src/ before running this script"
echo
if ! sh platform/unix/gen-makefile; then
echo "You should be doing this from the root directory of the project."
exit 1
fi
autoheader # Gimmie config.h.in
libtoolize --force
aclocal