diff options
author | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-04-17 16:34:21 -0400 |
---|---|---|
committer | Eugeniy Mikhailov <evgmik@gmail.com> | 2015-04-17 16:34:21 -0400 |
commit | 0dd842d2cd4c0394c8212733795b4a1e039c37ed (patch) | |
tree | 220462a29c74d6915bf3c41907f4d8d302768d3d /pic_source_dir | |
parent | a4d24e574d078dac6b2e3e9046406e24935019f0 (diff) | |
download | makefile_templates-0dd842d2cd4c0394c8212733795b4a1e039c37ed.tar.gz makefile_templates-0dd842d2cd4c0394c8212733795b4a1e039c37ed.zip |
added phony targets
Diffstat (limited to 'pic_source_dir')
-rw-r--r-- | pic_source_dir/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |