src/world/bin/su/Makefile

15 lines
307 B
Makefile

# Makefile - hhl - /usr/src/world/bin/su
# Copyright 2023 Nathan Fisher <nfisher.sr@gmail.com>
#
progname = su
bins += su
bins += jah
VPATH += src
VPATH += src/bin
perms += -m4755
include hhl.cargo.mk
target/$(rust_tgt)/release/su: su.rs lib.rs
target/$(rust_tgt)/release/jah: jah.rs lib.rs