aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNils Gillmann <gillmann@infotropique.org>2018-06-17 13:22:32 +0000
committerNils Gillmann <gillmann@infotropique.org>2018-06-17 13:22:32 +0000
commit93a3760349cb413365daa9ef2e9afc7ce9997b7d (patch)
tree38b4e452c002b38d82357790a76e1d219289803c /Makefile
parent6ffafec3d8131906cde8ed0ec4a51c2a6f91afb3 (diff)
downloadlibextractor-python-93a3760349cb413365daa9ef2e9afc7ce9997b7d.tar.gz
libextractor-python-93a3760349cb413365daa9ef2e9afc7ce9997b7d.zip
makefile
Signed-off-by: Nils Gillmann <gillmann@infotropique.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cc44bc..18967c8 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ guix-environment:
4 guix environment -l guix-env.scm --pure 4 guix environment -l guix-env.scm --pure
5 5
6run: 6run:
7 ./arrr python2 examples/extract.py README 7 ./arrr python2 libextractor/examples/__main__.py README
8 8
9clean: 9clean:
10 rm -rf */*.pyc */*~ *~ 10 rm -rf */*.pyc */*~ *~