Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislattman committed Jun 26, 2024
1 parent e8d559f commit 1bb6371
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ go:
go run go/tls.go

c:
gcc -Wall -Wextra -Werror -pedantic -std=c99 -o tls tls.c -lcrypto
./tls
gcc -Wall -Wextra -Werror -pedantic -std=c99 -o tls tls.c -lcrypto && ./tls

rust:
cargo run --bin tls
cargo run -q --bin tls

clean:
rm -rf tls target
Expand Down

0 comments on commit 1bb6371

Please sign in to comment.