You can’t __ me! (I won’t do it!)

Now we are looking on the crossword clue for: You can’t __ me! (I won’t do it!).
it’s A 45 letters crossword puzzle definition.
Next time, try using the search term “You can’t __ me! (I won’t do it!) crossword” or “You can’t __ me! (I won’t do it!) crossword clue” when searching for help with your puzzle on the web. See the possible answers for You can’t __ me! (I won’t do it!) below.

Did you find what you needed?
We hope you did!.

Possible Answers:

Make.

Last seen on: Daily Celebrity Crossword Answers – 7/5/23 Wayback Wednesday

Random information on the term ” Make”:

In software development, Make is a build automation tool that builds executable programs and libraries from source code by reading files called makefiles which specify how to derive the target program. Though integrated development environments and language-specific compiler features can also be used to manage a build process, Make remains widely used, especially in Unix and Unix-like operating systems.

Make can be used to manage any project where some files need to be updated automatically from others whenever the others change in addition to building programs.

Make is one of the most widespread dependency-tracking build utilities, primarily due to its early inclusion in Unix, starting with PWB/UNIX 1.0, which featured a variety of tools for software development tasks. It was created by Stuart Feldman in April 1976 at Bell Labs. Feldman received the 2003 ACM Software System Award for authoring the tool.

Feldman was inspired to write Make by the experience of a coworker in futilely debugging a program of his where the executable was accidentally not being updated with changes:

Make on Wikipedia