Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
c-bata committed Oct 27, 2018
1 parent b7a6354 commit 7180e31
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sh
@@ -1,6 +1,10 @@
#!/bin/bash
set -e

rm *.o 2>/dev/null
rm *.a 2>/dev/null
rm xpcap 2>/dev/null

set -e
gcc -g -Wall -O0 -c printer.c
ar rusv libprinter.a printer.o

Expand Down

0 comments on commit 7180e31

Please sign in to comment.