diff --git a/.gitignore b/.gitignore index 31c5c94..0955afd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ build/ bin/ +.cache/ dwl *.o diff --git a/Makefile b/Makefile index a9bd94e..9b84105 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ $(BUILD)/$(BINARY).desktop: echo -e "[Desktop Entry]\nName=$(BINARY)\nComment=$(DESCRIPTION)\nExec=$(BINARY)\nType=Application" > $@ clean: - rm -rf $(INCLUDE) $(OBJ) $(BUILD) $(BIN) + rm -rf $(INCLUDE) $(OBJ) $(BUILD) $(BIN) .cache dist: clean $(BUILD)/$(BINARY).desktop mkdir -p $(BINARY)-$(VERSION)