diff options
author | MITSUNARI Shigeo <[email protected]> | 2017-08-08 15:51:39 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2017-08-08 15:51:39 +0900 |
commit | 6a5947e43601d900a3aec95f452a71c7450dbc95 (patch) | |
tree | df64bf664fc3d853540e1040fc1e0ed42df70be3 /Makefile | |
parent | 3194db759c0648f38b0aadf18d6cf3398745a58a (diff) | |
download | xbyak-6a5947e43601d900a3aec95f452a71c7450dbc95.tar.gz xbyak-6a5947e43601d900a3aec95f452a71c7450dbc95.zip |
support sha(thanks to magrosan)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,4 +21,4 @@ update: test: $(MAKE) -C test test -.PHONY: test +.PHONY: test update |