Skip to content

Commit

Permalink
move version info from standalone file to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dongyx committed May 6, 2022
1 parent b1d4337 commit 00fc80c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test: all
done; \
echo all tests passed

shsub: shsub.sh version usage LICENSE
shsub: shsub.sh usage LICENSE
m4 \
-D__version__='$(version)' \
-D__license__="`cat LICENSE`" \
Expand Down
1 change: 0 additions & 1 deletion version

This file was deleted.

0 comments on commit 00fc80c

Please sign in to comment.