i3-msg: read replies, implement get_workspaces command

This commit is contained in:
Michael Stapelberg
2010-03-12 15:30:09 +01:00
parent d6f726283c
commit 77fe1f29b0
2 changed files with 80 additions and 12 deletions

View File

@ -3,6 +3,8 @@ TOPDIR=..
include $(TOPDIR)/common.mk
CFLAGS += -I$(TOPDIR)/include
# Depend on the object files of all source-files in src/*.c and on all header files
FILES=$(patsubst %.c,%.o,$(wildcard *.c))
HEADERS=$(wildcard *.h)