summaryrefslogtreecommitdiff
path: root/Applications/DisplayProperties/Makefile
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-04-29 15:53:51 +0200
committerAndreas Kling <kling@serenityos.org>2020-04-29 15:53:51 +0200
commit51df4bdbfc7fa52e21b62529cc5296bb97cc4231 (patch)
tree424d458868b8b45485c1f2b2167d975e154e8ce7 /Applications/DisplayProperties/Makefile
parentc7107385ee952a26197eb3109cb54299cfa3679f (diff)
downloadserenity-51df4bdbfc7fa52e21b62529cc5296bb97cc4231.zip
DisplaySettings: Rename from DisplayProperties
Diffstat (limited to 'Applications/DisplayProperties/Makefile')
-rw-r--r--Applications/DisplayProperties/Makefile10
1 files changed, 0 insertions, 10 deletions
diff --git a/Applications/DisplayProperties/Makefile b/Applications/DisplayProperties/Makefile
deleted file mode 100644
index 0015fdbab9..0000000000
--- a/Applications/DisplayProperties/Makefile
+++ /dev/null
@@ -1,10 +0,0 @@
-OBJS = \
- MonitorWidget.o \
- DisplayProperties.o \
- main.o \
-
-PROGRAM = DisplayProperties
-
-LIB_DEPS = GUI Gfx IPC Thread Pthread Core
-
-include ../../Makefile.common