diff --git a/Makefile b/Makefile index c832703..0b0e4dd 100644 --- a/Makefile +++ b/Makefile @@ -3,3 +3,6 @@ TARGET := glx-bare LDFLAGS := -lGL -lX11 all: $(TARGET) + +clean: + -rm -f *.o $(TARGET)