diff options
| author | Jeff Carr <[email protected]> | 2023-04-22 08:10:11 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-04-22 08:10:11 -0500 |
| commit | c5be9b7ae9cdf1889206cf33aabef4d078bfd2db (patch) | |
| tree | 56d054d9c1001ec06ea01bec252d588ef172c152 | |
| parent | 8507235d259e97b0e40dc2d1c5481da22c79bdcc (diff) | |
don't require goreadme to exist
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONY: README.md +.PHONY: README.md log all: README.md reset @@ -67,7 +67,7 @@ doc: # GO111MODULE=on go install github.com/posener/goreadme/cmd/goreadme@latest (worked Oct 20 2022) README.md: doc.go - goreadme -factories -types -functions -variabless > README-goreadme.md + -goreadme -factories -types -functions -variabless > README-goreadme.md clean: rm -f toolkit/*.so @@ -84,3 +84,7 @@ plugins-andlabs: objdump: objdump -t toolkit/andlabs.so |less + +log: + reset + tail -f /tmp/witgui.* /tmp/guilogfile |
