diff options
author | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:57:07 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-05-29 09:57:07 -0700 |
commit | d284191a8b1ed3aad31583709fddcca1049b30aa (patch) | |
tree | e2663f93b1ded9fe949169433ec6d9ea68235665 /users/fcuny/exp/monkey/Makefile | |
parent | tools(govanity): add the tool to flake.nix (diff) | |
parent | readme: convert to org-mode (diff) | |
download | world-d284191a8b1ed3aad31583709fddcca1049b30aa.tar.gz |
Merge remote-tracking branch 'monkey/master'
Change-Id: I790690b0877ae309d1d5feb5150f136085e78206
Diffstat (limited to 'users/fcuny/exp/monkey/Makefile')
-rw-r--r-- | users/fcuny/exp/monkey/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/users/fcuny/exp/monkey/Makefile b/users/fcuny/exp/monkey/Makefile new file mode 100644 index 0000000..61168f3 --- /dev/null +++ b/users/fcuny/exp/monkey/Makefile @@ -0,0 +1,4 @@ +test: + go test -v ./... + +.phony: test |