summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.resources19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile.resources b/Makefile.resources
deleted file mode 100644
index 519499d19..000000000
--- a/Makefile.resources
+++ /dev/null
@@ -1,19 +0,0 @@
-# Makefile for NetSurf's resources
-#
-# Copyright 2009 Daniel Silverstone <dsilvers@netsurf-browser.org>
-#
-#
-# This file provides the rules and setup for built-in resources for
-# the NetSurf browser binary.
-
-ifeq ($(TARGET),framebuffer)
-
-
-# End of framebuffer resource definitions
-endif
-
-ifeq ($(TARGET),windows)
-
-
-# End of windows resource definitions
-endif