logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/

common.mk (453B)


  1. # SPDX-FileCopyrightText: 2017 Haelwenn (lanodan) Monnier <contact+utils@hacktivis.me>
  2. # SPDX-License-Identifier: MPL-2.0
  3. # bootstrap.mk targets should be kept simple
  4. lib/fs.o: lib/fs.c lib/fs.h config.h
  5. lib/err.o: lib/err.c lib/err.h
  6. lib/consent.o: lib/consent.c lib/consent.h
  7. lib/tr_str.o: lib/tr_str.c lib/tr_str.h
  8. cmd/cat: cmd/cat.c lib/fs.o
  9. cmd/printf: cmd/printf.c lib/err.o
  10. cmd/rm: cmd/rm.c lib/consent.o
  11. cmd/tr: cmd/tr.c lib/tr_str.o lib/err.o