From a6e1fa8af2e2eb52a0a17d861bcca11cc1ae7894 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Mon, 31 Oct 2016 10:29:11 +0900 Subject: [PATCH] Remove missing targets --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a4f2540..c9fddc4 100644 --- a/Makefile +++ b/Makefile @@ -441,8 +441,7 @@ $(test_els): test-el-%: $(dotfiles_dir)/% $(home) # test syntax # =========== -test_syntax_shs := test-syntax-shrc test-syntax-profile \ - test-syntax-xinitrc test-syntax-xprograms +test_syntax_shs := test-syntax-shrc test-syntax-profile test-syntax-sh: $(test_syntax_shs) .PHONY: $(test_syntax_shs)