#
#  makefile for GetBoard - platform detection
#
# $Modtime:   Oct 21 1999 17:28:20  $
# $Revision:   1.1  $
#
all: getboard.c
	gcc -o getboard getboard.c 
clean:
	rm -f getboard
