From cc3372fe33b0dc27057a86ef8a7ffc18bbf3572c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gracia=20P=C3=A9rez?= <50202128+dgptha@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:44:01 +0100 Subject: [PATCH] Avoid building default template (spec-sample.adoc) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 30e5d24..00ebe60 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # the Doc Template for RISC-V Extensions. DOCS := \ - spec-sample.adoc fusa-whitepaper.adoc + fusa-whitepaper.adoc DATE ?= $(shell date +%Y-%m-%d) VERSION ?= v0.0.0