Fix tinywl linking order (#1463)
This commit is contained in:
parent
10a2c4edec
commit
4b3414e065
|
@ -20,8 +20,8 @@ tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c
|
||||||
$(CC) $(CFLAGS) \
|
$(CC) $(CFLAGS) \
|
||||||
-g -Werror -I. \
|
-g -Werror -I. \
|
||||||
-DWLR_USE_UNSTABLE \
|
-DWLR_USE_UNSTABLE \
|
||||||
$(LIBS) \
|
-o $@ $< \
|
||||||
-o $@ $<
|
$(LIBS)
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c
|
rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c
|
||||||
|
|
Loading…
Reference in New Issue