Makefile 443 B

123456789
  1. # Copyright (C) 2021 Maxime Devos
  2. # SPDX-License-Identifier: FSFAP
  3. # Copying and distribution of this file, with or without modification,
  4. # are permitted in any medium without royalty provided the copyright
  5. # notice and this notice are preserved. This file is offered as-is,
  6. # without any warranty.
  7. libguile-fs-at-pointers.so: fs-at-pointers.c
  8. gcc -shared -fPIC fs-at-pointers.c `pkg-config --cflags guile-3.0` -o libguile-fs-at-pointers.so