PROGRAM:=main OBJS:= CFLAGS:=-O3 -Wextra -Wall -Werror -fno-strict-aliasing -std=gnu11 \ -I./sylvan/src all: $(PROGRAM) clean: $(RM) -v $(PROGRAM)