Skip to content

Commit 58c5bd2

Browse files
Merge branch 'iss-51' into develop
2 parents 3d76609 + d13f0ea commit 58c5bd2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ clean:
3232
codecheck: clean all
3333
$(CODECHECK)
3434

35+
version:
36+
autoconf && ( cd src && autoconf )
37+
-echo "don't forget to run configure."
38+
3539
doxygen:
3640
${DOXYGEN} doxyfile
3741

0 commit comments

Comments
 (0)