Makefile written

This commit is contained in:
Niles Rogoff 2017-02-04 21:19:19 -05:00
parent 9b23e31f40
commit 2dcf97d16f
No known key found for this signature in database
GPG Key ID: B78B908F23430F80
2 changed files with 5 additions and 0 deletions

1
2bit.py Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
bits = 2
outfile = "out.png"
per_color = False

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
install:
cp 2bit.py /usr/local/bin/2bit
uninstall:
rm /usr/local/bin/2bit