summaryrefslogtreecommitdiff
path: root/subdir_makefile
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2015-04-17 16:34:21 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2015-04-17 16:34:21 -0400
commit0dd842d2cd4c0394c8212733795b4a1e039c37ed (patch)
tree220462a29c74d6915bf3c41907f4d8d302768d3d /subdir_makefile
parenta4d24e574d078dac6b2e3e9046406e24935019f0 (diff)
downloadmakefile_templates-0dd842d2cd4c0394c8212733795b4a1e039c37ed.tar.gz
makefile_templates-0dd842d2cd4c0394c8212733795b4a1e039c37ed.zip
added phony targets
Diffstat (limited to 'subdir_makefile')
-rw-r--r--subdir_makefile/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/subdir_makefile/Makefile b/subdir_makefile/Makefile
index 0980acf..ccf88c5 100644
--- a/subdir_makefile/Makefile
+++ b/subdir_makefile/Makefile
@@ -18,6 +18,7 @@ include $(MAKEINCLUDE_DIR)/dest_dirs.mk
.DEFAULT_GOAL := all
+.PHONY: all compile clean real_clean install subdirs
all: compile install