SRC=	freq.c \
	scale.c \
	pscale.c \
	libscale.c \
	miditune.c \
	midi_pk.c

# to import sources from IBM PC. They should have been put by kermit from the 
# IBM PC first in $(TMP)
update: 
	updatec
	make -f mandesc
	sccs clean
#	to get all sources to update
sources: $(SRC)
$(SRC):
	sccs edit $@



