Skip to content

Commit

Permalink
Removed one line in the test/Makefile, which is no longer needed
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptojedi committed Aug 7, 2024
1 parent 70c90a7 commit 5e10abd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ COMPILE_P = $(CC) $(CFLAGS) -o $@ $(DEFINE) $(DNAMESPACES) $(INCLUDES) crypto_
default: compile-and-run

compile-and-run:
$(MAKE) CI=1 -C $(SRC) all
$(MAKE) CI=1 all

reporter-and-err:
Expand Down

0 comments on commit 5e10abd

Please sign in to comment.