Fix compile flags order (-lX11 moved to the end)
This commit is contained in:
parent
da6f6bd22b
commit
9bb9e8d9e5
@ -10,7 +10,7 @@ all: xenstore-watch python close-window
|
||||
xenstore-watch: xenstore-watch.o
|
||||
$(CC) -o xenstore-watch xenstore-watch.o -lxenstore
|
||||
close-window: close-window.c
|
||||
$(CC) -lX11 -o $@ $<
|
||||
$(CC) -o $@ $< -lX11
|
||||
python:
|
||||
python -m compileall .
|
||||
python -O -m compileall .
|
||||
|
Loading…
Reference in New Issue
Block a user