Merge pull request #106 from Guaxinim5573/main

Removed pandoc as a dependency
This commit is contained in:
TheDarkBug 2021-07-04 18:11:22 +02:00 committed by GitHub
commit 92d4f9d2e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View file

@ -2,7 +2,6 @@ uwufetch
*.zip
*.idea
*.vscode
*.gz
*.1
.DS_STORE
.prettierrc

View file

@ -22,7 +22,7 @@ debug:
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
./uwufetch
install: build man
install: build
cp $(NAME) $(DESTDIR)$(PREFIX)/$(NAME)
ls $(DESTDIR)$(LIBDIR)/uwufetch > /dev/null || mkdir $(DESTDIR)$(LIBDIR)/uwufetch
cp res/* $(DESTDIR)$(LIBDIR)/uwufetch

BIN
uwufetch.1.gz Normal file

Binary file not shown.