summaryrefslogtreecommitdiff
path: root/Demos/Mouse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Mouse/Makefile')
-rw-r--r--Demos/Mouse/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Demos/Mouse/Makefile b/Demos/Mouse/Makefile
deleted file mode 100644
index b08538d561..0000000000
--- a/Demos/Mouse/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-OBJS = \
- main.o
-
-PROGRAM = Mouse
-
-LIB_DEPS = GUI IPC Gfx Core
-
-include ../../Makefile.common