cleanup code

This commit is contained in:
Sean Middleditch
2010-01-16 20:15:33 -08:00
parent 2dc2b6bab7
commit cc06bc334a
3 changed files with 510 additions and 251 deletions

View File

@@ -3,7 +3,7 @@ JANSSON_LIBS := $(shell pkg-config --libs jansson)
all: test
test-bin: test.cc janssonxx.h Makefile
test-bin: test.cc janssonxx.h janssonxx.tcc Makefile
$(CXX) -o $@ -g -O0 -Wall $(JANSSON_CFLAGS) $< $(JANSSON_LIBS)
test: test-bin