X-Git-Url: https://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=0000000000000000000000000000000000000000;hb=c24bb0d346e6105e9cac4f7f0817e8c16ae1c67d;hp=87c6ccc8d14ba1f35328ad52fb70bcd492be0ce8;hpb=c452643c4da4dff740b826daf0925f23833ad2ca;p=emacs-keys.git diff --git a/makefile b/makefile deleted file mode 100644 index 87c6ccc..0000000 --- a/makefile +++ /dev/null @@ -1,11 +0,0 @@ -PN = emacs-keys -PREFIX := /usr/local - -# So that "make" doesn't try to install stuff. -all: - -install-console: $(DESTDIR)$(PREFIX)/share/$(PN)/console.map -install-xorg: $(DESTDIR)$(PREFIX)/share/$(PN)/Xmodmap - -$(DESTDIR)$(PREFIX)/share/$(PN)%: src/% - install -D --mode=644 $< $@