diff options
Diffstat (limited to 'unportable.mk')
-rw-r--r-- | unportable.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/unportable.mk b/unportable.mk new file mode 100644 index 0000000..a732332 --- /dev/null +++ b/unportable.mk @@ -0,0 +1,11 @@ +keccak-%sum.c: + printf '%s\n' '#include "common.h"' 'KECCAK_MAIN($*)' > $@ + +sha3-%sum.c: + printf '%s\n' '#include "common.h"' 'SHA3_MAIN($*)' > $@ + +rawshake%sum.c: + printf '%s\n' '#include "common.h"' 'RAWSHAKE_MAIN($*)' > $@ + +shake%sum.c: + printf '%s\n' '#include "common.h"' 'SHAKE_MAIN($*)' > $@ |