commit | e4ef06a1b42f751d583165a10c7eb23268268938 | [log] [tgz] |
---|---|---|
author | Joey Armstrong <joey@opennetworking.org> | Fri Mar 22 11:43:54 2024 -0400 |
committer | Joey Armstrong <joey@opennetworking.org> | Fri Mar 22 11:46:25 2024 -0400 |
tree | b30aaf7062141dba957175955bf17a348479e363 | |
parent | 571933bb181266216412cc9e9f2e40fab619331f [diff] [blame] |
Update help text makefile -------- o Added helper target 'view' for local markdown rendering. README.md --------- o Added URLs for command query results Change-Id: I4fe1c291d5a0dbe84c598a3bb14f6ffceffcfaa9
diff --git a/jira/makefile b/jira/makefile new file mode 100644 index 0000000..02f5ad5 --- /dev/null +++ b/jira/makefile
@@ -0,0 +1,8 @@ +# -*- makefile -*- + +all: + +view : + pandoc README.md | lynx --stdin + +# [EOF]