aboutsummaryrefslogtreecommitdiff
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 ff8ec58..ad5e4c8 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,7 @@ TRANSLATIONS = pt fr eo
sed -e 's:@VERSION@:$(VERSION):g' -e 's:@DATE@:$(DATE):g' < $< > $@
all: src/remembering src/remembering-c
+ chmod +x src/remembering
run-tests: src/remembering-c.c
$(CC) $(CFLAGS) $(DEFS) $(LDFLAGS) -DTEST -o $@ $? $(LDLIBS)