Created
January 8, 2020 21:27
-
-
Save paytonrules/757d869af24cbd1be06c8b982385d5f8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
some_file: *.c | |
# create the binary | |
*.c: | |
touch f1.c | |
touch f2.c | |
clean: | |
rm -f *.c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment