Fix compile flags order (-lX11 moved to the end)
Dieser Commit ist enthalten in:
Ursprung
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 .
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren