ignore lolcat and censor, add Debian dependency

This commit is contained in:
Ellam ByDefault 2024-07-14 00:20:17 +07:00 committed by jaseg
parent a9ab81839f
commit bfd7446198
2 changed files with 4 additions and 0 deletions

2
.gitignore vendored
View file

@ -1,2 +1,4 @@
lolcat.o
censor.o
lolcat
censor

View file

@ -44,6 +44,8 @@ $ make lolcat
### Others
Note: Debian users may need the `python-is-python3` package.
```bash
$ make && sudo make install
```