summaryrefslogtreecommitdiff
path: root/progs/xdemos/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'progs/xdemos/Makefile')
-rw-r--r--progs/xdemos/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/progs/xdemos/Makefile b/progs/xdemos/Makefile
index 0904ee3445..6462c8ee20 100644
--- a/progs/xdemos/Makefile
+++ b/progs/xdemos/Makefile
@@ -6,7 +6,7 @@ include $(TOP)/configs/current
INCDIR = $(TOP)/include
-LIBS = -L$(LIB_DIR) $(APP_LIB_DEPS)
+LIBS = $(APP_LIB_DEPS)
LIB_DEP = $(LIB_DIR)/$(GL_LIB) $(LIB_DIR)/$(GLU_LIB)
@@ -44,9 +44,6 @@ default: $(PROGS)
clean:
- -rm -f *.o *~
-
-realclean:
-rm -f $(PROGS)
-rm -f *.o *~