Skip to content

Instantly share code, notes, and snippets.

@paytonrules
Created January 8, 2020 21:27
Embed
What would you like to do?
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