conmon: minor fixes
This fixes a bug where --conmon wouldn't actually set the conmon binary path, and also where we weren't setting CFLAGS while compiling conmon. Signed-off-by: Aleksa Sarai <asarai@suse.de>
This commit is contained in:
parent
bac579a9e5
commit
bd9acaf584
2 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@ override LIBS += $(shell pkg-config --libs glib-2.0)
|
|||
override CFLAGS += -Wall -Wextra $(shell pkg-config --cflags glib-2.0)
|
||||
|
||||
conmon: $(obj)
|
||||
$(CC) -o $@ $^ $(LIBS)
|
||||
$(CC) -o $@ $^ $(CFLAGS) $(LIBS)
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue