From 4a439a96abb04537152c99d170e84e79ae941ef1 Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 23 Sep 2022 20:06:21 +0200 Subject: Refactor folder structure This removes the `install` target. Should be re-introduced later. --- src/Makefile | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 src/Makefile (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile deleted file mode 100644 index 5401e84..0000000 --- a/src/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# vim: shiftwidth=4 softtabstop=4 tabstop=4 noexpandtab - - -DESTDIR="" # leave empty for the current system or provide a fakeroot here - - -.PHONY: all clean install - - -all: - python3 setup.py build - - -clean: - rm -rf build - - -install: all - python3 setup.py install --root=$(DESTDIR) --optimize=1 --skip-build -- cgit v1.2.3-70-g09d2