Skip to content

Instantly share code, notes, and snippets.

View pouya-abbassi's full-sized avatar
🤓
… and so we code …

Pouya Abbassi pouya-abbassi

🤓
… and so we code …
View GitHub Profile
@pouya-abbassi
pouya-abbassi / Makefile
Last active July 9, 2021 13:14
My beloved C makefile
# Latest version: https://gist.github.com/pouya-abbassi/2be0785705ac091d1d194737c80cd063
# The compiler: gcc for C program.
CC = gcc
# Optimize as much as possible.
CFLAGS += -O3
# GNU dialect of ISO C17.
CFLAGS += -std=gnu17
# Turn on most, but not all compiler warnings.

Keybase proof

I hereby claim:

  • I am pouya-abbassi on github.
  • I am pcode (https://keybase.io/pcode) on keybase.
  • I have a public key ASDCM8OpPAFo87hvZwluXIlyy3vwYz9baa8oVQ2bbtlFwQo

To claim this, I am signing this object:

set nocompatible
filetype off
filetype plugin indent on
set encoding=utf-8 " default encoding method
set number " show line number
set laststatus=2 " airline
let g:netrw_liststyle = 3 " airline
let g:netrw_banner = 0 " airline
syntax on " enable syntax highlight
colorscheme badwolf " colorscheme