get home env var and evolution path for ics file

This commit is contained in:
2023-08-15 21:17:24 +02:00
parent 6cd264d467
commit 7d66bc7b72
3 changed files with 33 additions and 3 deletions

View File

@ -14,3 +14,11 @@ run:
.PHONY: install
install: a.out
cp a.out /usr/local/bin/ics_analyzer
.PHONY: clean
clean:
rm a.out
.PHONY: uninstall
uninstall:
rm /usr/local/bin/ics_analyzer