INCLUDES = -I../.. -I../util -DHAVE_CONFIG_H all: scrypt.a clean: rm *.o *.a scrypt.a: crypto_aesctr.o crypto_scrypt-nosse.o sha256.o ar cru $@ $^ %.o: %.c gcc $(INCLUDES) -c $< -o $@