chiark / gitweb /
fix toplevel targets
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 21:25:47 +0000 (21:25 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sat, 21 Nov 2020 21:33:39 +0000 (21:33 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 25539d1975d034b44b84f6948447fd8eb1db960f..d09fbd593bb2ba6c054316177179c3b9efe966fa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,9 @@
 
 SHELL=/bin/bash
 
-default: debug
+default: all check
+all: debug doc
+everything: debug doc release check bundled-sources
 
 #---------- funky macros etc. ----------