all: channel

channel: channel.c
	cc -O2 -g -msse2 -Wall -o $@ $<

clean:
	rm -f channel
