Skip to content

Commit

Permalink
remove stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bickfordb committed Aug 1, 2010
1 parent b44ef91 commit 94bcce9
Show file tree
Hide file tree
Showing 20 changed files with 9 additions and 1,542 deletions.
11 changes: 9 additions & 2 deletions Makefile
Expand Up @@ -2,7 +2,7 @@ CC ?= gcc
CFLAGS += -Wall
CFLAGS += -std=c99
CFLAGS += $$(pkg-config --cflags --libs glib-2.0)
CFLAGS += $$(pkg-config --cflags --libs libevent)
CFLAGS += $$(pkg-config --cflags --libs libevent) -levent_pthreads
CFLAGS += $$(pkg-config --cflags --libs sqlite3)

# Nested functions are disabled by default on Darwin
Expand All @@ -21,7 +21,14 @@ bin/named: named.c list.c list.h dns.c dns.h log.h log.c buffer.h buffer.c util.

clean-named:
- rm -rf bin/named


example: example.c
$(CC) $(CFLAGS) -o $@ $<

run-example: example
./example


clean: clean-named

test: bin/named test.db
Expand Down
65 changes: 0 additions & 65 deletions buffer.c

This file was deleted.

18 changes: 0 additions & 18 deletions buffer.h

This file was deleted.

0 comments on commit 94bcce9

Please sign in to comment.