From 9d302bbf4febe035548d9a989a024bd52764cfb1 Mon Sep 17 00:00:00 2001 From: "Alfred M. Szmidt" Date: Wed, 6 Dec 2023 07:24:41 +0100 Subject: [PATCH] Makefile: Fix typo in previous. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index b904643..fde9a5b 100644 --- a/Makefile +++ b/Makefile @@ -124,8 +124,8 @@ pages.vhd \ cadr4_ipar.vhd \ utilities.vhd -# all::; (cd ttl; make all) -# check::; (cd ttl; make check) -# clean::; (cd ttl; make clean) +all::; (cd ttl; make all) +check::; (cd ttl; make check) +clean::; (cd ttl; make clean) include ~/hdlmake.mk/hdlmake.mk