3b3d0808fd5ad7b21dc60e6456b3605cf7cfd6fe
[blerg.git] / builddeps / scrypt-1.1.6 / lib / crypto / Makefile
1 INCLUDES = -I../.. -I../util -DHAVE_CONFIG_H 
2
3 all: scrypt.a
4
5 clean:
6         rm *.o *.a
7
8 scrypt.a: crypto_aesctr.o crypto_scrypt-nosse.o sha256.o
9         ar cru $@ $^
10
11 %.o: %.c
12         gcc $(INCLUDES) -c $< -o $@