Changeset 7 in code for trunk/Makefile
- Timestamp:
- Dec 14, 2022, 3:01:36 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r5 r7 4 4 go build 5 5 clean: 6 rm -f stcli -go6 rm -f stcli 7 7 install: build 8 install -Dm0755 stcli -go ${PREFIX}/bin/stcli-go8 install -Dm0755 stcli ${PREFIX}/bin/stcli 9 9 uninstall: 10 rm -f ${PREFIX}/bin/stcli -go11 rm -f ${PREFIX}/share/man/man1/stcli -go.110 rm -f ${PREFIX}/bin/stcli 11 rm -f ${PREFIX}/share/man/man1/stcli.1
Note:
See TracChangeset
for help on using the changeset viewer.