branch: externals/ergoemacs-mode
commit b2a8bb7f1cc8b6f34237fe2b7893d1ca78e0a82d
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Make 'compile' the default make target
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 6f0a0d7..6773e83 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,8 @@ TRAVIS_FILE=.travis.yml
test test-interactive clean edit test-dep-1 test-dep-2 test-dep-3
\
test-dep-4 test-dep-5 test-dep-6 test-dep-7 test-dep-8 test-dep-9
+.DEFAULT_GOAL = compile
+
24.1 :
$(eval
EMACS:="c:\Users\fidlema3\EmacsPortable.App\App\emacs-24.1\bin\emacs.exe")