#
# This is only the makefile for the 'pwcview' program, which is part of
# the pwcbsd driver, available at http://raaf.atspace.org/ and distributed
# under GPLv2.
#
# The version here has some minor modifications to select the palette,
# and display two or four windows.

CFLAGS= -Wall
CFLAGS+= `/usr/local/bin/sdl-config --cflags --libs` -ljpeg
CFLAGS+= -I.

all:

clean:
	rm pwcview pwcview.o
