Skip to content

Instantly share code, notes, and snippets.

@paytonrules
Created January 8, 2020 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paytonrules/757d869af24cbd1be06c8b982385d5f8 to your computer and use it in GitHub Desktop.
Save paytonrules/757d869af24cbd1be06c8b982385d5f8 to your computer and use it in GitHub Desktop.
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