Procházet zdrojové kódy

The default target should be "all"

	Makefile: "all" should be the default target
Achim Gratz před 13 roky
rodič
revize
3661de9368
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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