diff --git a/Makefile b/Makefile index 6eaf8c8..92b793b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ OBJ=wlopm.o wlr-output-power-management-unstable-v1.o xdg-output-unstable-v1.o GEN=wlr-output-power-management-unstable-v1.c wlr-output-power-management-unstable-v1.h xdg-output-unstable-v1.c xdg-output-unstable-v1.h wlopm: $(OBJ) - $(CC)$ $(LDFLAGS) -o $@ $(OBJ) $(LIBS) + $(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS) $(OBJ): $(GEN)