#
# Makefile to install SDL binary distribution
#


# The only thing to do is install everything
all:
	@echo "Type 'make install' to install header and library files"

install:
	sh install-sdl.sh

