make.ss
#lang scheme/base

(require (planet synx/maker:1)
         scheme/runtime-path)

(define-runtime-path my-location ".")

(library my-location "extension" (build-path my-location "extension.c"))