Extend CFLAGS out to scrypt
[blerg.git] / builddeps / scrypt-1.1.6 / lib / crypto / Makefile
index 3b3d080..05c69c9 100644 (file)
@@ -9,4 +9,4 @@ scrypt.a: crypto_aesctr.o crypto_scrypt-nosse.o sha256.o
        ar cru $@ $^
 
 %.o: %.c
-       gcc $(INCLUDES) -c $< -o $@
+       gcc $(INCLUDES) $(CFLAGS) -c $< -o $@