From: Michael Stapelberg Date: Sun, 2 Oct 2011 15:03:09 +0000 (+0100) Subject: makefile: make SUBDIRS constant X-Git-Tag: 4.1~129^2~4 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=e73812802cb47fa7212ba5d9423ac780941b76ed;p=i3%2Fi3 makefile: make SUBDIRS constant --- diff --git a/Makefile b/Makefile index 4289eb4d..74114986 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ else UNUSED:=$(shell $(MAKE) loglevels.h) endif -SUBDIRS=i3-msg i3-input i3-nagbar i3-config-wizard i3bar +SUBDIRS:=i3-msg i3-input i3-nagbar i3-config-wizard i3bar # Depend on the specific file (.c for each .o) and on all headers src/%.o: src/%.c ${HEADERS}