summaryrefslogtreecommitdiff
path: root/matlab_usage_source/Makefile
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2013-09-11 12:32:27 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2013-09-11 12:32:27 -0400
commitb7bad069661009a822674e65d50316bc072c01bc (patch)
tree8374a15409a3a067f347138a138cbe75d4eafe97 /matlab_usage_source/Makefile
parent5731c523fbed0e6231fb6f3d8607c7efa21fe462 (diff)
downloadmanual_for_Experimental_Atomic_Physics-b7bad069661009a822674e65d50316bc072c01bc.tar.gz
manual_for_Experimental_Atomic_Physics-b7bad069661009a822674e65d50316bc072c01bc.zip
better and simplier makefiles
Diffstat (limited to 'matlab_usage_source/Makefile')
-rw-r--r--matlab_usage_source/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/matlab_usage_source/Makefile b/matlab_usage_source/Makefile
index 9a9535d..f586185 100644
--- a/matlab_usage_source/Makefile
+++ b/matlab_usage_source/Makefile
@@ -1,6 +1,6 @@
# -*- make -*-
-# FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/matlab_usage_source/Makefile"
-# LAST MODIFICATION: "Wed, 11 Sep 2013 12:01:48 -0400 (evmik)"
+# FILE: "/home/evmik/jobs/wm/2013_fall_Experimental_Atomic_Physics_251/labreport_sample_source/Makefile"
+# LAST MODIFICATION: "Wed, 11 Sep 2013 12:31:54 -0400 (evmik)"
# (C) 2001 by Eugeniy Mikhailov, <evmik@tamu.edu>
# $Id: Makefile,v 1.3 2003/04/23 20:40:19 evmik Exp $
@@ -14,8 +14,11 @@ include ../make_templates/tex.mk
dest_dir = $(DESTDIR)$(PREFIX)/$(PACKAGE_DIR)
-all: $(REQUIRED_TARGETS) $(INSTALLED_TARGETS)
- make clean
+.DEFAULT_GOAL := all
+
+all: compile install
+
+compile: $(REQUIRED_TARGETS)
clean: $(CLEAN_TARGETS)