File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed
Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- mkdir -p build && cd build && cmake .. && make -s && \
4- help2man -n " measure stack usage in applications" -N -o stackusage.1 ./stackusage
3+ cd src && \
4+ help2man -n " measure stack usage in applications" -N -o stackusage.1 ./stackusage && \
5+ cd .. && \
6+ mkdir -p build && cd build && cmake .. && make -s
7+
8+
Original file line number Diff line number Diff line change 11#! /bin/bash
22
3- # Copyright (C) 2015-2018 Kristofer Berggren
3+ # Copyright (C) 2015-2019 Kristofer Berggren
44# All rights reserved.
55#
66# stackusage is distributed under the BSD 3-Clause license, see LICENSE for details.
@@ -43,9 +43,9 @@ showusage()
4343
4444showversion ()
4545{
46- echo " stackusage v1.10 "
46+ echo " stackusage v1.11 "
4747 echo " "
48- echo " Copyright (C) 2015-2018 Kristofer Berggren"
48+ echo " Copyright (C) 2015-2019 Kristofer Berggren"
4949 echo " "
5050 echo " stackusage is distributed under the BSD 3-Clause license."
5151 echo " "
Original file line number Diff line number Diff line change 1- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6 .
2- .TH STACKUSAGE "1" "November 2018 " "stackusage v1.1 " "User Commands"
1+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.8 .
2+ .TH STACKUSAGE "1" "November 2019 " "stackusage v1.11 " "User Commands"
33.SH NAME
44stackusage \- measure stack usage in applications
55.SH SYNOPSIS
@@ -57,6 +57,6 @@ Written by Kristofer Berggren
5757.SH "REPORTING BUGS"
5858Report bugs at https://github.com/d99kris/stackusage
5959.SH COPYRIGHT
60- Copyright \(co 2015\- 2017 Kristofer Berggren
60+ Copyright \(co 2015\- 2019 Kristofer Berggren
6161.PP
6262stackusage is distributed under the BSD 3\- Clause license.
You can’t perform that action at this time.
0 commit comments