CFLAGS=-O3 -Wall -fomit-frame-pointer LDFLAGS=-s -lm all: syncro beat syncro: syncro.c beat: beat.c clean: rm -f *.o core syncro beat