This commit is contained in:
Mischa Spiegelmock
2018-03-04 04:31:19 -08:00
parent 4c3528151c
commit 72e18714b4
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
xcuserdata
src/libprojectM/config.inp
src/projectM-emscripten/build/presets
src/libprojectM/libprojectM.xcodeproj
presets/custom

View File

@ -1,3 +1,5 @@
#!/bin/sh
autoreconf --install || exit 1
echo "Now run ./configure && make"