From 9443fec3f4fa62b1804a3b3460c714800e6de874 Mon Sep 17 00:00:00 2001 From: Alex Kotov Date: Sun, 5 Dec 2021 21:50:23 +0500 Subject: [PATCH] Fix Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f34b3d4..8e2ed8b 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ SYSPREFIX = /usr ICONSPREFIX = $(SYSPREFIX)/share/icons XSESSIONSPREFIX = $(SYSPREFIX)/share/xsessions -SRC = Cargo.toml src/main.rs +SRC = Cargo.toml src/main.rs src/task.rs target/debug/polytree-session: $(SRC) cargo build