about summary refs log tree commit diff
path: root/Darwin.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Darwin.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/Darwin.mk b/Darwin.mk
index 7ef8901..d1f26cc 100644
--- a/Darwin.mk
+++ b/Darwin.mk
@@ -1,2 +1,4 @@
 LIBRESSL_PREFIX = /usr/local/opt/libressl
-LDLIBS = -lcurses -ltls
+LDLIBS = -lcurses -ltls -framework Cocoa
+BINS += sandman
+MANS += sandman.1
/tests/t0001-validate-git-versions.sh?h=1.3.0&id=d483e8f5692117d6f3ea0801c0ca2ec7aa8f6f3b&follow=1'>t0001: ignore ".dirty" suffix on Git versionJohn Keeping 2013-04-15tests: set TEST_OUTPUT_DIRECTORY to the CGit test directoryJohn Keeping 2013-04-15t0109: test more URLsJohn Keeping 2013-04-10cgitrc.5.txt: Specify when scan-path must be defined before.Jason A. Donenfeld 2013-04-10ui-snapshot.c: Prepend "V" when guessing ref namesLukas Fleischer 2013-04-10t0107: Skip ZIP tests if unzip(1) isn't availableLukas Fleischer 2013-04-10tests/: Do not use `sed -i`Lukas Fleischer 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld 2013-04-10t0109: chain operations with &&John Keeping 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer