SOURCES := cong.c TARGET := cong CFLAGS := -O2 -lraylib .PHONY: all all: $(CC) -o $(TARGET) $(SOURCES) $(CFLAGS)