summaryrefslogtreecommitdiff
path: root/Applications/FontEditor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/FontEditor/Makefile')
-rw-r--r--Applications/FontEditor/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Applications/FontEditor/Makefile b/Applications/FontEditor/Makefile
index b8d335bc1e..c4190895ee 100644
--- a/Applications/FontEditor/Makefile
+++ b/Applications/FontEditor/Makefile
@@ -12,7 +12,7 @@ FLAVOR_FLAGS = -fno-exceptions -fno-rtti
OPTIMIZATION_FLAGS = -Os
INCLUDE_FLAGS = -I../.. -I. -I../../LibC
-DEFINES = -DSERENITY -DSANITIZE_PTRS -DUSERLAND
+DEFINES = -DSANITIZE_PTRS -DUSERLAND
CXXFLAGS = -MMD -MP $(WARNING_FLAGS) $(OPTIMIZATION_FLAGS) $(FLAVOR_FLAGS) $(STANDARD_FLAGS) $(INCLUDE_FLAGS) $(DEFINES)
CXX = i686-pc-serenity-g++