Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created December 31, 2020 02:17
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 parzibyte/645c9033d4e0607df3ca13925d9de0dd to your computer and use it in GitHub Desktop.
Save parzibyte/645c9033d4e0607df3ca13925d9de0dd to your computer and use it in GitHub Desktop.
CC=gcc
CFLAGS=-Wall
main: main.c
$(CC) $(CFLAGS) main.c -o main
./main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment