Skip to content

Commit c97da18

Browse files
[FIX] implemented a simple 'all' make rule
Changes in file Makefile: * implemented a simple phony "all" rule
1 parent 8223ce8 commit c97da18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -532,6 +532,9 @@ user-install: ./dist
532532
$(QUIET)$(WAIT)
533533
$(QUIET)$(ECHO) "$@: Done."
534534

535+
all: build-docs docs-req test-style test-mat test-reqs build init
536+
$(QUIET)$(DO_FAIL) ;
537+
535538
%:
536539
$(QUIET)$(ECHO) "No Rule Found For $@" 1>&2 ;
537540
$(QUIET)$(WAIT) ;

0 commit comments

Comments
 (0)