c5fd0378d5
the game is to play guitar with the keyboard as accurately as possible. Features * Unique inverted keyboard gameplay style * Support for guitar controllers and generic joysticks * Includes a song editor for making your own tunes * Compete with others on the World Charts * Hundreds of songs composed by the community * Supports importing Guitar Hero I and Guitar Hero II songs * Multiplatform; runs on Windows, Linux, Mac OS X, OpenBSD and FreeBSD * Open source, full Python source code available
13 lines
284 B
Plaintext
13 lines
284 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2009/10/16 23:11:39 phessler Exp $
|
|
--- Makefile.orig Thu Oct 15 17:09:04 2009
|
|
+++ Makefile Thu Oct 15 17:09:38 2009
|
|
@@ -2,7 +2,7 @@
|
|
# Frets on Fire Makefile
|
|
#
|
|
TOP=.
|
|
-PYTHON=python
|
|
+PYTHON?=python
|
|
PLATFORM=$(shell uname)
|
|
|
|
include data/Makefile
|