summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xg3
-rwxr-xr-xp3
2 files changed, 0 insertions, 6 deletions
diff --git a/g b/g
index 91cd3163..e87a56b9 100755
--- a/g
+++ b/g
@@ -17,9 +17,6 @@ ghc -threaded \
17 -iPresence \ 17 -iPresence \
18 -iArchive \ 18 -iArchive \
19 -isrc \ 19 -isrc \
20 -icryptonite-backport \
21 build/b/Presence/monitortty.o \ 20 build/b/Presence/monitortty.o \
22 build/b/cbits/cryptonite_salsa.o \
23 build/b/cbits/cryptonite_xsalsa.o\
24 $warn \ 21 $warn \
25 "$@" 22 "$@"
diff --git a/p b/p
index 1ed6e374..ff1eb41b 100755
--- a/p
+++ b/p
@@ -20,9 +20,6 @@ ghc \
20 -iPresence \ 20 -iPresence \
21 -iArchive \ 21 -iArchive \
22 -isrc \ 22 -isrc \
23 -icryptonite-backport \
24 build/b/Presence/monitortty.o \ 23 build/b/Presence/monitortty.o \
25 build/b/cbits/cryptonite_salsa.o \
26 build/b/cbits/cryptonite_xsalsa.o\
27 $warn \ 24 $warn \
28 "$@" 25 "$@"