From 092e1e293fa0c0c04bf7342041a08c08559d87c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Mon, 7 Aug 2023 17:10:37 +0300 Subject: [PATCH] Create build.sh --- build.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..3c005bd --- /dev/null +++ b/build.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +gcc main.c -o fan_control -lpigpio -O3 -march=native -std=c89 +mv fan_control $HOME