summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rice/submodules/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/rice/submodules/Makefile b/rice/submodules/Makefile
index 0e3b1b1..b59d746 100644
--- a/rice/submodules/Makefile
+++ b/rice/submodules/Makefile
@@ -1,13 +1,12 @@
.PHONY: all install
-# TODO: Incorporate git-sonar once its intended install location is changed.
-
all:
$(MAKE) -C dwm
- #$(MAKE) -C git-sonar
+ $(MAKE) -C slock
$(MAKE) -C st
install:
$(MAKE) -C dwm install
- #$(MAKE) -C git-sonar install
+ $(MAKE) -C git-sonar install
+ $(MAKE) -C slock install
$(MAKE) -C st install