Skip to content

Commit 30881e2

Browse files
committed
update genman script to also perform build
1 parent 3b60c0c commit 30881e2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

genman.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/bash
22

3-
cd src && help2man -n "measure stack usage in applications" -N -o stackusage.1 ./stackusage
3+
mkdir -p build && cd build && cmake .. && make -s && \
4+
help2man -n "measure stack usage in applications" -N -o stackusage.1 ./stackusage

0 commit comments

Comments
 (0)