Remove unnecessary file

This commit is contained in:
Alex Kotov 2021-11-19 09:41:37 +05:00
parent 7c701d1e7d
commit 960ea5a362
Signed by: kotovalexarian
GPG key ID: 553C0EBBEB5D5F08
2 changed files with 5 additions and 9 deletions

View file

@ -2,7 +2,11 @@
all: target/debug/polytree-session
include config.mk
PREFIX = /usr/local
SYSPREFIX = /usr
ICONSPREFIX = $(SYSPREFIX)/share/icons
XSESSIONSPREFIX = $(SYSPREFIX)/share/xsessions
SRC = Cargo.toml src/main.rs

View file

@ -1,8 +0,0 @@
# Polytree Session version
VERSION = 0.0.0
PREFIX = /usr/local
SYSPREFIX = /usr
ICONSPREFIX = $(SYSPREFIX)/share/icons
XSESSIONSPREFIX = $(SYSPREFIX)/share/xsessions