;; -*- scheme -*- (define csc-flags (if (get-environment-variable "SALMONELLA_RUNNING") '(-d0 -O3) '(-d1 -O3))) (compile ,@csc-flags -J -s awful-path-matchers.scm) (compile ,@csc-flags -s awful-path-matchers.import.scm) (install-extension 'awful-path-matchers '("awful-path-matchers.so" "awful-path-matchers.import.so") '((version "0.0.1")))