CFLAGS = -g -Wall -lm fbdash: fbdash.c fblib gcc fblib.o -o $@ $(CFLAGS) $< fblib: fblib.o gcc -c fblib.c clean: rm fbdash fblib.o