mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Initial Mercurial commit.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#!/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
|
||||
autoheader # Gimmie config.h.in
|
||||
libtoolize --force
|
||||
aclocal
|
||||
autoconf
|
||||
automake -a
|
||||
Reference in New Issue
Block a user