partly revert commit 423f9a9db - don't remove xspice/icm .c files

This commit is contained in:
dwarning 2023-11-08 07:59:36 +01:00
parent d27b888f13
commit 35d338f256
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ cm-descr := \
cm-clean : cm-clean :
-rm -f $(cm)/$(cm).cm -rm -f $(cm)/$(cm).cm
-rm -f $(cm-descr) $(cm-objs) $(cm-gens) -rm -f $(cm-descr) $(cm-objs) $(cm-gens)
-rm -f $(cm)/*/*.o $(cm)/*/*.c $(cm)/*/.deps/* -rm -f $(cm)/*/*.o $(cm)/*/.deps/*
-rm -f $(cm-deps) -rm -f $(cm-deps)
cm-distclean : cm-distclean :