diff options
author | JP Aumasson <jpa@pm.me> | 2021-01-11 22:06:09 +0100 |
---|---|---|
committer | JP Aumasson <jpa@pm.me> | 2021-01-11 22:06:09 +0100 |
commit | 9a19f878e9074faac7350d4638fa5c31eb3e8f7b (patch) | |
tree | eb7879aed48eec1266ffed96ce8cc03ebc3589b0 /makefile | |
parent | Merge pull request #26 from jflopezfernandez/master (diff) | |
download | siphash-9a19f878e9074faac7350d4638fa5c31eb3e8f7b.tar.gz siphash-9a19f878e9074faac7350d4638fa5c31eb3e8f7b.tar.xz |
readme
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,6 +29,3 @@ format: clang-format -style="{BasedOnStyle: llvm, IndentWidth: 4}" \ -i *.c *.h -dist: clean - cd ..; \ - tar zcf SipHash-`date +%Y%m%d%H%M`.tgz SipHash/* |