summaryrefslogtreecommitdiffstats
path: root/builddeps-ich9deblob
diff options
context:
space:
mode:
Diffstat (limited to 'builddeps-ich9deblob')
-rwxr-xr-xbuilddeps-ich9deblob4
1 files changed, 2 insertions, 2 deletions
diff --git a/builddeps-ich9deblob b/builddeps-ich9deblob
index 506462a..dffb557 100755
--- a/builddeps-ich9deblob
+++ b/builddeps-ich9deblob
@@ -29,10 +29,10 @@ set -u -e -v
cd resources/utilities/ich9deblob
# clean it first
-rm -f ich9deblob
+make clean
# build ich9deblob
-gcc -o ich9deblob ich9deblob.c ich9desc.c -I.
+make
# done. go back to main directory
cd ../../../