fix cleanall target (lib object files)
This commit is contained in:
@@ -44,7 +44,7 @@ clean:
|
||||
done
|
||||
|
||||
cleanall: clean
|
||||
@$(RM) -f $(SLIB) $(DLIB)
|
||||
@$(RM) -f $(SLIB) $(DLIB) $(LIBOBJ)
|
||||
|
||||
redo: cleanall all
|
||||
|
||||
|
Reference in New Issue
Block a user