Skip to content

Instantly share code, notes, and snippets.

@takahub1
Created January 12, 2017 19:34
Show Gist options
  • Save takahub1/ef97a4897ac96091f8f3252c40b477ef to your computer and use it in GitHub Desktop.
Save takahub1/ef97a4897ac96091f8f3252c40b477ef to your computer and use it in GitHub Desktop.
.PHONY: out
out : main.o
gcc -o out main.o
./out
main.o : main.c
gcc -c main.c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment