Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/13rac1/emojione-color-font.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f752b4e..12c5829 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,9 @@
# Makefile to create all versions of the Emoji One Color SVGinOT font
# Run with: make -j [NUMBER_OF_CPUS]
-TMP := /tmp
-# Use Linux Shared Memory to avoid wasted disk writes.
-#TMP := /dev/shm
+# Use Linux Shared Memory to avoid wasted disk writes. Use /tmp to disable.
+TMP := /dev/shm
+#TMP := /tmp
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild