Make clean deal with module files.

stopcriterion
Salvatore Filippone 5 years ago
parent c4bf2eae7b
commit 81c2639d93

@ -169,7 +169,7 @@ veryclean: clean
/bin/rm -f $(LIBNAME)
clean: implclean
/bin/rm -f $(OBJS) $(LOCAL_MODS)
/bin/rm -f $(OBJS) $(LOCAL_MODS) *$(.mod)
implclean:
cd impl && $(MAKE) clean

Loading…
Cancel
Save