Skip to content

Instantly share code, notes, and snippets.

@otaks
Created January 2, 2017 07:04
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 otaks/ffff01b3982ba00d36539ccdcfe359f4 to your computer and use it in GitHub Desktop.
Save otaks/ffff01b3982ba00d36539ccdcfe359f4 to your computer and use it in GitHub Desktop.
Makefile
all:Project1
Project1: hello.c
gcc -Wall -O2 -o ../Debug/Project1 hello.c -g
clean:
rm -f ../Debug/Project1.exe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment