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