mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-22 15:39:07 +00:00
Fix accidentally deleted line
I shouldve run `make -B test-all`.
This commit is contained in:
parent
59f92730cf
commit
70c5e535bb
1
Makefile
1
Makefile
@ -21,6 +21,7 @@ bin/functest_$(subst /,_,$(SCHEME)): test/$(dir $(SCHEME))functest.c $(wildcard
|
|||||||
-iquote "./common/" \
|
-iquote "./common/" \
|
||||||
-iquote "$(SCHEME)/clean/" \
|
-iquote "$(SCHEME)/clean/" \
|
||||||
-o bin/functest_$(subst /,_,$(SCHEME)) \
|
-o bin/functest_$(subst /,_,$(SCHEME)) \
|
||||||
|
$(SCHEME)/clean/*.c \
|
||||||
$(COMMON_FILES) \
|
$(COMMON_FILES) \
|
||||||
$(RANDOM_IMPL) \
|
$(RANDOM_IMPL) \
|
||||||
$<
|
$<
|
||||||
|
Loading…
Reference in New Issue
Block a user