.PHONY: all clean CC=gcc CFLAGS=-std=c1x -Wall -pedantic -pipe BIN=frame-parser ut61e-ser all: $(BIN) frame-parser: LDFLAGS+=-lm clean: -rm -f $(BIN)