From 0dd842d2cd4c0394c8212733795b4a1e039c37ed Mon Sep 17 00:00:00 2001 From: Eugeniy Mikhailov Date: Fri, 17 Apr 2015 16:34:21 -0400 Subject: added phony targets --- pic_source_dir/Makefile | 2 +- pic_source_subdir/Makefile | 2 +- subdir_makefile/Makefile | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pic_source_dir/Makefile b/pic_source_dir/Makefile index 25ac012..378589b 100644 --- a/pic_source_dir/Makefile +++ b/pic_source_dir/Makefile @@ -35,4 +35,4 @@ zip: copy2dropbox: #do nothing - +.PHONY: all compile clean real_clean install subdirs zip copy2dropbox diff --git a/pic_source_subdir/Makefile b/pic_source_subdir/Makefile index 14580d0..9ba8833 100644 --- a/pic_source_subdir/Makefile +++ b/pic_source_subdir/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 @@ -29,4 +30,3 @@ real_clean: subdirs clean $(REAL_CLEAN_TARGETS) install: subdirs $(INSTALL_TARGETS) - 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 -- cgit v1.2.3