Commit 3551dcc3 authored by Daniel Graziotin's avatar Daniel Graziotin

Fixes #7

parent 7e65d1e6
...@@ -52,5 +52,8 @@ all: $(OBJS) ...@@ -52,5 +52,8 @@ all: $(OBJS)
clean: clean:
rm -rf $(SOURCE_PATH)*.$(OBJ) $(EXE) rm -rf $(SOURCE_PATH)*.$(OBJ) $(EXE)
install:
cp $(EXE) /usr/sbin
rebuild: clean all rebuild: clean all
#rebuild is not entirely correct #rebuild is not entirely correct
...@@ -19,12 +19,20 @@ Compile Instructions ...@@ -19,12 +19,20 @@ Compile Instructions
--------------------- ---------------------
Compile with Compile with
make make
Manually compile with 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 Run Instructions
--------------------- ---------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment