mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2025-08-31 16:22:13 +02:00
Fix Makefile
This commit is contained in:
2
Makefile
2
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
|
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)
|
wlopm: $(OBJ)
|
||||||
$(CC)$ $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
$(CC) $(LDFLAGS) -o $@ $(OBJ) $(LIBS)
|
||||||
|
|
||||||
$(OBJ): $(GEN)
|
$(OBJ): $(GEN)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user