Skip to content
Snippets Groups Projects
Commit 942fdd12 authored by Keith Whitwell's avatar Keith Whitwell
Browse files

Correct rm for clean

parent f68f1de3
Loading
......@@ -14,7 +14,6 @@ SOURCES = dispatch.c \
OBJS = $(SOURCES:.c=.o)
INCLUDES = -I. -I.. -I$(MESA)/include
LIBS = -ldl
......@@ -40,6 +39,6 @@ glapi.c: ../glapi.c
clean: clean_here
clean_here:
rm -f drmtest glapi.c ../lib/libGL.so*
rm -f drmtest glapi.c $(MESA)/lib/libGL.so*
-include $(SOURCES:.c=.d)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment