Skip to content

Commit

Permalink
return old Makefile functionaliy (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 authored Oct 12, 2023
1 parent b6b07a6 commit 66cb681
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ RISCV_SYSROOT ?= $(PWD)/../sysroot
JOBS ?= 8

.PHONY: all
all: test test-e2e
all: init format test test-e2e

.PHONY: init
init:
git submodule update --init --recursive

.PHONY: format
.SILENT: format
Expand Down

0 comments on commit 66cb681

Please sign in to comment.