Skip to content

Instantly share code, notes, and snippets.

@hocarm
Last active September 10, 2017 09:40
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 hocarm/26bf019bb22c4b8eebe543fcf7e3df64 to your computer and use it in GitHub Desktop.
Save hocarm/26bf019bb22c4b8eebe543fcf7e3df64 to your computer and use it in GitHub Desktop.
CC=gcc
CFLAGS=-I.
hellomake: hellomake.c hellofunc.c
$(CC) -o hellomake hellomake.c hellofunc.c -I.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment