summaryrefslogtreecommitdiff
path: root/conmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'conmon/Makefile')
-rw-r--r--conmon/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/conmon/Makefile b/conmon/Makefile
index b75605d94..67c067be3 100644
--- a/conmon/Makefile
+++ b/conmon/Makefile
@@ -5,6 +5,7 @@ override LIBS += $(shell pkg-config --libs glib-2.0)
override CFLAGS += -std=c99 -Os -Wall -Wextra $(shell pkg-config --cflags glib-2.0)
conmon: $(obj)
+ mkdir -p ../bin/
$(CC) -o ../bin/$@ $^ $(CFLAGS) $(LIBS)
.PHONY: clean