Skip to content

Commit 7f595c3

Browse files
authored
Update bin/build_pgms.sh
To be equivalent to the previous version of build_pgms.sh it should rebuild everything.
1 parent 60ca628 commit 7f595c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/build_pgms.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/bin/sh
2-
make -C $(dirname $0)/.. pgms
2+
make -C $(dirname $0)/.. clean pgms

0 commit comments

Comments
 (0)