Create build.sh

This commit is contained in:
Ferit Yiğit BALABAN 2023-08-07 17:10:37 +03:00
parent 09f8d7a6a4
commit 092e1e293f
Signed by: fyb
GPG Key ID: E21FEB2C244CB7EB

3
build.sh Normal file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
gcc main.c -o fan_control -lpigpio -O3 -march=native -std=c89
mv fan_control $HOME