X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=src%2FMakefile;h=60ca6f7a46dd046c4d882de6d0c542f1deb763e8;hb=9576479a013cce9694bb2e4e045162baed1c2470;hp=1413a5f405cb63c26b56d389f12bfe356e16cbd1;hpb=a706d1eab45506c099bd2b93d301969754ccebf9;p=rodin%2Fchimara.git diff --git a/src/Makefile b/src/Makefile index 1413a5f..60ca6f7 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,8 @@ SOURCES = main.c \ gestalt.c \ fileref.c fileref.h \ case.c \ - model.c + model.c \ + strio.c OBJECTS = main.o \ callbacks.o \ error.o \ @@ -18,7 +19,8 @@ OBJECTS = main.o \ gestalt.o \ fileref.o \ case.o \ - model.o + model.o \ + strio.o CFLAGS = -g -Wall -O0 -export-dynamic `pkg-config --cflags ${PKG_CONFIG}` LIBS = -export-dynamic `pkg-config --libs ${PKG_CONFIG}`