Skip to content

Instantly share code, notes, and snippets.

View seddi's full-sized avatar

Sedat Geldi seddi

View GitHub Profile
@seddi
seddi / Makefile
Created April 8, 2011 05:04 — forked from roktas/Makefile
# Test kodlarını üret.
# Kullanım:
# make # üret
# make clean # temizle
PROGS := $(patsubst %.c,%,$(wildcard *.c))
# pthread kitaplığını ekle.
CFLAGS += -Wall -lpthread