Move i3-dump-log to the new Makefile layout
This commit is contained in:
3
Makefile
3
Makefile
@ -2,7 +2,7 @@ TOPDIR=$(shell pwd)
|
||||
|
||||
include $(TOPDIR)/common.mk
|
||||
|
||||
SUBDIRS:=i3-dump-log
|
||||
SUBDIRS:=
|
||||
|
||||
ALL_TARGETS =
|
||||
INSTALL_TARGETS =
|
||||
@ -18,6 +18,7 @@ include i3-msg/i3-msg.mk
|
||||
include i3-input/i3-input.mk
|
||||
include i3-nagbar/i3-nagbar.mk
|
||||
include i3bar/i3bar.mk
|
||||
include i3-dump-log/i3-dump-log.mk
|
||||
|
||||
real-all: $(ALL_TARGETS) subdirs
|
||||
|
||||
|
Reference in New Issue
Block a user