First import of rash-makefile

This commit is contained in:
2026-08-17 21:42:02 +02:00
parent ba34698037
commit 0c47f0169f
8 changed files with 226 additions and 14 deletions
+17
View File
@@ -0,0 +1,17 @@
#lang info
(define pkg-authors '(hnmdijkema))
(define version "0.1.0")
(define license 'MIT)
(define collection "rash-makefile")
(define pkg-desc
"Rash line-syntax integration for racket-makefile.")
(define scribblings
'(("scrbl/rash-makefile.scrbl" () (library 0))))
(define deps
'("base" "racket-makefile" "linea" "rash"))
(define build-deps
'("racket-doc" "rackunit-lib" "scribble-lib"))