From 7ec9605b112dec695117ecdda43e39d098cd5ccd Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Tue, 15 Jun 2021 14:59:46 +0000 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)