summaryrefslogtreecommitdiff
path: root/Applications/FontEditor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Applications/FontEditor/Makefile')
-rw-r--r--Applications/FontEditor/Makefile16
1 files changed, 1 insertions, 15 deletions
diff --git a/Applications/FontEditor/Makefile b/Applications/FontEditor/Makefile
index 08817ae0bb..de4875e813 100644
--- a/Applications/FontEditor/Makefile
+++ b/Applications/FontEditor/Makefile
@@ -8,18 +8,4 @@ OBJS = \
APP = FontEditor
-DEFINES += -DUSERLAND
-
-all: $(APP)
-
-$(APP): $(OBJS)
- $(LD) -o $(APP) $(LDFLAGS) $(OBJS) -lgui -lcore -lc
-
-.cpp.o:
- @echo "CXX $<"; $(CXX) $(CXXFLAGS) -o $@ -c $<
-
--include $(OBJS:%.o=%.d)
-
-clean:
- @echo "CLEAN"; rm -f $(APP) $(OBJS) *.d
-
+include ../Makefile.common