Add make install rule with DESTDIR
SDL-Ball is a DX-Ball/Breakout clone.
Brought to you by:
dusteddk
The attached patch adds an install target to the Makefile, which also contains the DESTDIR variable. This makes packaging easier.
This is related to https://sourceforge.net/tracker/?func=detail&aid=2780961&group_id=225210&atid=1064137
Patch adding an install target
Current makefile assumes datafiles to be in ./ this is intentional, it can be overwritten by defining DATADIR before compiling.
DATADIR="/where/ever/you/want" make