Fix tinywl linking order (#1463)

This commit is contained in:
David Kraeutmann 2019-01-16 16:39:14 +01:00
parent 10a2c4edec
commit 4b3414e065
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ tinywl: tinywl.c xdg-shell-protocol.h xdg-shell-protocol.c
$(CC) $(CFLAGS) \
-g -Werror -I. \
-DWLR_USE_UNSTABLE \
$(LIBS) \
-o $@ $<
-o $@ $< \
$(LIBS)
clean:
rm -f tinywl xdg-shell-protocol.h xdg-shell-protocol.c