summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Mubashshir <ahm@jadupc.com>2023-03-07 15:07:36 +0600
committerLibravatar Mubashshir <ahm@jadupc.com>2023-03-07 15:07:36 +0600
commit209e892199e2c0da07c163e1bab46b8c5bff2ffa (patch)
tree071717f93acdb0c356fb70bbc233dcda6ee444cc /Makefile
parenta7a71435e37c7ea411d93ad300df5e5c34bef1ec (diff)
downloadpython-apt-common-shopno-209e892199e2c0da07c163e1bab46b8c5bff2ffa.tar.gz
python-apt-common-shopno-209e892199e2c0da07c163e1bab46b8c5bff2ffa.zip
Remove Makefile to simplify package build
Diffstat (limited to '')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 9706586..0000000
--- a/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-install:
- install -d $(DESTDIR)/usr/share/python-apt/templates/
- cp data/Shopno.info $(DESTDIR)/usr/share/python-apt/templates
- cp data/Shopno.mirrors $(DESTDIR)/usr/share/python-apt/templates
-
-.PHONY: install