diff --git a/Makefile b/Makefile index f304bab..7756f9f 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ else endif .SUFFIXES: .c .o -.PHONY : $(PROGRAM) clean distclean +.PHONY : clean distclean all : $(PROGRAM)