sdlvis: Data.c Data.h Viewer.c Viewer.h main.c
	gcc `sdl-config --cflags --libs` main.c Viewer.c Data.c -o sdlvis
