X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=Makefile;h=39414e54eb96293a5e945cebffee36da9fafd4e3;hb=784a54c9ef27aa2bf0754b2761aee06cbbde270e;hp=063bf2f08562f8afae1b0d15d10664d30ab3baa3;hpb=83a319d17dcafef7c843c41acad8fae9ecf9d784;p=plomrogue diff --git a/Makefile b/Makefile index 063bf2f..39414e5 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ $(BUILDDIR)/%.o : $(SRCDIR)/%.c mkdir -p $(@D) $(CC) $(CFLAGS) -c $< -o $@ -# "make clean" to tries to delete all files that could possibly have been built. +# "make clean" to try to delete all files that could possibly have been built. # Declare target "phony", i.e. this is not about building a file. .PHONY : clean clean :