summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-07-02 03:28:10 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-07-02 03:28:10 -0700
commitf6b68b2c49618bf8df27e993bc3df42e913180db (patch)
treec2fcefbac9ab3d7b1f763c1bee1a1c89713b338c /makefile
parent7bc0d82556d4169b4b2221a0373ca2262abebcc8 (diff)
Use a private (owned by mobile!) APT sources.list.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index be185b6..0d5506b 100644
--- a/makefile
+++ b/makefile
@@ -141,7 +141,7 @@ cydo: cydo.cpp
$(cycc) -std=c++11 $(filter %.cpp,$^) $(flags) $(link) -Wno-deprecated-writable-strings
@ldid -T0 -S $@
-postinst: postinst.mm Sources.mm Sources.h CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h
+postinst: postinst.mm CyteKit/stringWithUTF8Bytes.mm CyteKit/stringWithUTF8Bytes.h CyteKit/UCPlatform.h
$(cycc) -std=c++11 $(filter %.mm,$^) $(flags) $(link) -framework CoreFoundation -framework Foundation -framework UIKit
@ldid -T0 -S $@