1
0
Fork 0

Fix Makefile

This commit is contained in:
Alex Kotov 2021-12-05 21:50:23 +05:00
parent 8e39875722
commit 9443fec3f4
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 1 deletions

View File

@ -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