aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 11f844c..b858ffc 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ $(EXAMPLE_APP): $(OBJS)
$(CC) -c $(CFLAGS) $<
test:
- $(CC) -o $(TEST_APP) -DSHA3_TEST sha3.c && $(TEST_APP)
+ $(CC) -o $(TEST_APP) $(CFLAGS) -DSHA3_TEST sha3.c && $(TEST_APP)
clean:
$(RM) -f $(TEST_APP) $(EXAMPLE_APP) $(OBJS)