Skip to content

Commit

Permalink
Simplify Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristapsdz committed Jan 26, 2025
1 parent 541d527 commit 59f5ac8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ clean:
distclean: clean
rm -f Makefile.configure config.h config.log

distcheck:
mandoc -Tlint -Werror *.[15]
rm -rf .distcheck
mkdir .distcheck
cp *.c extern.h md4.h *.[15] configure Makefile .distcheck
( cd .distcheck && ./configure PREFIX=prefix )
( cd .distcheck && $(MAKE) )
( cd .distcheck && $(MAKE) install )
rm -rf .distcheck

regress:
# Do nothing.

Expand Down

0 comments on commit 59f5ac8

Please sign in to comment.