Skip to content

Instantly share code, notes, and snippets.

View judeng's full-sized avatar

judeng

  • 18:44 (UTC +08:00)
View GitHub Profile
@judeng
judeng / Makefile
Created November 8, 2017 06:54 — forked from dspezia/Makefile
Example of pipelining with hiredis
OBJ = genload.o
BINS = genload
CC=g++
OPTIMIZATION?=-O3
CFLAGS?=$(OPTIMIZATION) $(ARCH) $(PROF) -I ../hiredis
CCLINK?=-pthread
LDFLAGS?=-L../hiredis -lhiredis -lm
OBJ = example.o