CFLAGS := -std=gnu99 -Wall -Werror -Wfatal-errors -D_GNU_SOURCE -O1 all: erpl erpl: erpl.c test: test.c clean: rm -fv *.o *.gch erpl