#
# Whisle Maste for FreeBSD
# gaeru@Univ of Tsukuba..2001
# This prog can run under FreeBSD may be...
# But I am not sure to  do correct behaviour under FreeBSD
# Use your own risk!!

CC ?= gcc

whisle: whisle.c
	$(CC) -o whisle whisle.c -lm
     
     
