The default target should be "all"

Makefile: "all" should be the default target
This commit is contained in:
Achim Gratz 2012-01-02 21:54:55 +01:00
parent 6ec5f30165
commit 3661de9368
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This file is not part of GNU Emacs
# default target is "all"
.DEFAULT: all
all::
# Describe valid make targets for org-mode.
.PHONY: targets help