diff --git a/Makefile b/Makefile
index 21d3c02bb1b92146a5e2b0181a6f9863e8bd10c3..5a6ad5ae021bac990dca77d0255a9962af395294 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,6 @@ compile_switch :
 compile_motor :
 	gcc -o motor motor.c -lwiringPi
 
-
+.PHONY
 clean :
 	rm *.o
\ No newline at end of file