summaryrefslogtreecommitdiffstats
path: root/Gui/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/Makefile')
-rw-r--r--Gui/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index ce40fd9142..3526449274 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -53,8 +53,6 @@ OBJS = $(SRCS:.c=.o)
.c.o:
$(CC) -c $(CFLAGS) -o $@ $<
-### TARGETS ###
-
$(LIBNAME): $(OBJS)
rm -f $(LIBNAME)
$(AR) rc $(LIBNAME) $(OBJS) $(MPLAYEROBJS)
@@ -70,10 +68,6 @@ clean:
wm/*.o wm/*~ \
win32/*.o win32/*~ \
-#dep depend:
-# makedepend -- $(CFLAGS) -- $(SRCS) &>/dev/null
-#
-
distclean: clean
rm -f .depend