Skip to content

Commit

Permalink
make: more prominent nasm-segelf err [fixes #245]
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Feb 13, 2024
1 parent 4b72cde commit 5649e1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ deb:

nasm-segelf:
$@ --version 2>/dev/null || \
brew install $(srcdir)/nasm-segelf.rb
brew install $(srcdir)/nasm-segelf.rb || \
(echo "nasm-segelf is not installed" ; false)

0 comments on commit 5649e1a

Please sign in to comment.