Extend basic support for serializing simple data types.
[cumulus.git] / Makefile
index 8fc6f05..45fb135 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,7 @@
-CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64
+CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 -g
+LDFLAGS=-g
 
-OBJS=scandir.o
+OBJS=scandir.o store.o
 
 scandir : $(OBJS)
        $(CXX) $(LDFLAGS) -o $@ $^