dorkster / freeblocks

FreeBlocks is a puzzle game with similar gameplay to Tetris Attack.
GNU General Public License v3.0
30 stars 2 forks source link

Fix a small oversight. #2

Closed cjsthompson closed 11 years ago

cjsthompson commented 11 years ago

Fix a small oversight.

modified: Makefile

cjsthompson commented 11 years ago

BTW, thanks for this great game. It's perfect with a SNES gamepad. Can't stop playing it ^^

dorkster commented 11 years ago

I'm glad you like it. And I appreciate you cleaning up the Makefile to allow for easy packaging. Usually I don't worry about packaging my software because I run it within the build folder, or I use a barebones approach (such as cp $executable /usr/bin/).