Skip to content

Commit

Permalink
simple build script
Browse files Browse the repository at this point in the history
  • Loading branch information
xerub committed Nov 24, 2019
1 parent fd934a0 commit b2907e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mk.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

g++ -o ldid -Wall -W -pedantic -O2 -I. ldid.cpp -x c lookup2.c -x c sha1.c
g++ -o ldid2 -Wall -W -pedantic -O2 -I. ldid2.cpp -x c lookup2.c -x c sha224-256.c

0 comments on commit b2907e8

Please sign in to comment.