all: main.c @gcc -O3 -I. -Wall main.c -o sbed debug: main.c @gcc -O3 -I. -Wall main.c -o sbed -g clean: @rm sbed