diff --git a/Makefile.in b/Makefile.in index f37efc8..922b177 100644 --- a/Makefile.in +++ b/Makefile.in @@ -43,7 +43,7 @@ $(lib_so): $(obj) clean: rm -f $(obj) -.PHONY: cleandist +.PHONY: distclean distclean: rm -f $(obj) $(lib_a) $(lib_so) Makefile