resources: Added "all" PHONY command to Makefile
diff --git a/Makefile b/Makefile
index a6fa03b..7c54c80 100644
--- a/Makefile
+++ b/Makefile
@@ -27,5 +27,8 @@
 	cd $(riscv-tests-dir) && autoconf && ./configure --prefix=/opt/riscv/target
 	make -C "$(riscv-tests-dir)"
 
+.PHONY: all
+all: riscv-tests
+
 .PHONY: clean
 clean: clean-riscv-tests