Skip to content

Commit

Permalink
remove cache added
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-jagadeeshan committed Feb 14, 2022
1 parent b9a5d50 commit 49b4752
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ purge:
@rm -rvf "${HOME}/.cache/launch-meet"
@rm -rvf "${HOME}/.config/launch-meet"

rm_cache:
@rm -rvf "${HOME}/.cache/launch-meet"

reinstall: uninstall install

launch-meet_single: $(SRC_S)/launch-meet.cpp
Expand All @@ -44,4 +47,4 @@ launch-meet_single: $(SRC_S)/launch-meet.cpp
# two.o: launch-meet.cpp
# $(CXX) $(CXXFLAGS) -o $@ -c $^

.PHONY: all install uninstall reinstall build
.PHONY: all install uninstall reinstall build rm_cache

0 comments on commit 49b4752

Please sign in to comment.