Create Makefile

This commit is contained in:
ferrreo 2023-06-11 15:03:29 +01:00 committed by GitHub
parent 9f99435745
commit 80589bfe81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Makefile Normal file
View File

@ -0,0 +1,8 @@
all:
true
install:
mkdir -p $(DESTDIR)/usr/bin/
cargo build --release
install target/release/swayosd $(DESTDIR)/usr/bin/swayosd
chmod 755 $(DESTDIR)/usr/bin/swayosd