diff --git a/Makefile b/Makefile index d266acb..b0ffc6b 100644 --- a/Makefile +++ b/Makefile @@ -40,4 +40,5 @@ x86: $(eval LIB = -lcsfml-graphics -lcsfml-window -lcsfml-system `pkg-config --libs cairo x11` -lm) $(eval BUILD = $(CC) $(SRCS) -I $(SDK)/include -L $(DRV) $(CFLAGS) $(LIB) -levent_core -O0 -g -o $(OUTPUT)) + echo $(BUILD) $(BUILD)