Files
xbps-make/core/wsupp-libc.d/files/crypto.mk
2024-07-18 23:13:48 +00:00

14 lines
144 B
Makefile

OBJ = \
aes128.o \
aes128_unwrap.o \
aes128_wrap.o \
pbkdf2_sha1.o \
sha1.o \
sha1_hash.o \
sha1_hmac.o
all: $(OBJ)
clean:
rm -f *.o