summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1f1175c..71f3e4d 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ CCOPTS = --std=gnu99 -Wall
all:
if [ ! -d obj ]; then mkdir obj; fi
+ cc $(CCOPTS) $(DBG) -c src/strarray.c -o obj/strarray.o
cc $(CCOPTS) $(DBG) -lgpgme -c src/gpg.c -o obj/gpg.o
cc $(CCOPTS) $(DBG) -lgpgme obj/*.o src/main.c -o $(out)

Generated by cgit