Skip to content

Commit

Permalink
Makefile: Fix typo in previous.
Browse files Browse the repository at this point in the history
  • Loading branch information
ams committed Dec 6, 2023
1 parent 25008ed commit 9d302bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9d302bb

Please sign in to comment.