invoke codesign if exists (for my dev machine)

This commit is contained in:
Jan-Piet Mens
2015-10-26 21:05:19 +01:00
parent a2989e8c70
commit 96314016fd
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -7,3 +7,4 @@ store/
jpm-test/
config.mk
obsolete/
codesign.sh

View File

@@ -69,6 +69,7 @@ all: $(TARGETS)
ot-recorder: recorder.o $(OTR_OBJS)
$(CC) $(CFLAGS) -o ot-recorder recorder.o $(OTR_OBJS) $(LIBS)
[ -x codesign.sh ] && ./codesign.sh
ocat: ocat.o $(OTR_OBJS)
$(CC) $(CFLAGS) -o ocat ocat.o $(OTR_OBJS) $(LIBS)