Skip to content

Instantly share code, notes, and snippets.

@stffrdhrn
Created October 10, 2018 03:55
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 stffrdhrn/2bc9e612094d159bbd8bf330b668d8b8 to your computer and use it in GitHub Desktop.
Save stffrdhrn/2bc9e612094d159bbd8bf330b668d8b8 to your computer and use it in GitHub Desktop.
CC = gcc
CFLAGS = -Wall -O3 -ggdb -fPIC -Werror
LDFLAGS = -levent -shared -fPIC
OBJ_DIR ?= .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment