mirror of
https://git.sr.ht/~leon_plickat/wlopm
synced 2024-11-16 10:28:25 +01:00
Fix Makefile
This commit is contained in:
parent
cea679c1a3
commit
7ec9605b11
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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user