CC=gcc CFLAGS=-Wall -Werror -D _GNU_SOURCE all: $(CC) $(CFLAGS) -o baudcat baudcat.c clean: rm baudcat