diff options
author | Malfurious <m@lfurio.us> | 2021-11-10 12:51:58 -0500 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-11-10 12:51:58 -0500 |
commit | bc66886e5d9ac1b9ad938dd74630b66d7283b64f (patch) | |
tree | b2c87db82c6ddf58249b3603bbc90bd505a377ab | |
parent | 4aaf3eeaabac527e015d5d090366afc766306f71 (diff) | |
download | rice-bc66886e5d9ac1b9ad938dd74630b66d7283b64f.tar.gz rice-bc66886e5d9ac1b9ad938dd74630b66d7283b64f.zip |
Update submodules Makefile
-rw-r--r-- | rice/submodules/Makefile | 7 |
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 |