Skip to content

Instantly share code, notes, and snippets.

@TorNATO-PRO
Last active October 5, 2021 17:57
Show Gist options
  • Save TorNATO-PRO/39ec579128bb849e60646cae44a84987 to your computer and use it in GitHub Desktop.
Save TorNATO-PRO/39ec579128bb849e60646cae44a84987 to your computer and use it in GitHub Desktop.
Redesigning an instruction set found at https://www.cs.swarthmore.edu/~newhall/unixhelp/howto_makefiles.html#adv for an English class.
make
# A specific target in the Makefile can be executed by typing:
make target_label
# For example, to execute the rm commands in the example C/C++ Makefiles below, type:
make clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment