rc=brc32.exe -r
all:waves.res
waves.res:waves.rc
	$(rc) waves.rc
clean:
	if exist *.res del *.res
	if exist *.map del *.map
