This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
AssimpToMesh/generate_makefile.sh
2012-09-23 12:43:42 -04:00

4 lines
136 B
Bash
Executable file

#!/bin/sh
type premake4 >/dev/null 2>&1 || { echo >&2 "'premake4' not found in your path."; exit 1; }
premake4 --file=premake.lua gmake