Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Fan-Control-Daemon
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
CeRiAl
Fan-Control-Daemon
Commits
3551dcc3
Commit
3551dcc3
authored
Jun 15, 2012
by
Daniel Graziotin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #7
parent
7e65d1e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
Makefile
Makefile
+3
-0
README.md
README.md
+10
-2
No files found.
Makefile
View file @
3551dcc3
...
...
@@ -52,5 +52,8 @@ all: $(OBJS)
clean
:
rm
-rf
$(SOURCE_PATH)
*
.
$(OBJ)
$(EXE)
install
:
cp
$(EXE)
/usr/sbin
rebuild
:
clean all
#rebuild is not entirely correct
README.md
View file @
3551dcc3
...
...
@@ -19,12 +19,20 @@ Compile Instructions
---------------------
Compile with
make
make
Manually compile with
gcc -o bin/mbpfan src/mbpfan.c -lm
gcc -o bin/mbpfan src/mbpfan.c -lm
Install Instructions
--------------------
Install with
make install
It actually copies mbpfan to /usr/sbin,
Run Instructions
---------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment