aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Peter McGoron 2024-12-26 20:54:59 -0500
committerGravatar Peter McGoron 2024-12-26 20:54:59 -0500
commita5f12950b0b8bc3226b73638c16f6bd442ca7e17 (patch)
tree28672fab137922135baccfba0a29bb0894d13133 /Makefile
parentREADME: add basic tutorial (diff)
chicken
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d922707
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,22 @@
+.POSIX:
+
+clean: chicken-clean
+
+chicken-clean:
+ $(RM) -f cond-thunk.build.sh \
+ cond-thunk.install.sh \
+ mcgoron.cond-thunk.import.scm \
+ mcgoron.cond-thunk.import.so \
+ mcgoron.cond-thunk.link \
+ mcgoron.cond-thunk.so \
+ mcgoron.cond-thunk.srfi.210.compat.import.scm \
+ mcgoron.cond-thunk.srfi.210.compat.import.so \
+ mcgoron.cond-thunk.srfi.210.compat.link \
+ mcgoron.cond-thunk.srfi.210.compat.so \
+ mcgoron.cond-thunk.srfi.210.compat.static.o \
+ mcgoron.cond-thunk.static.o \
+ mcgoron.cond-thunk.values.import.scm \
+ mcgoron.cond-thunk.values.import.so \
+ mcgoron.cond-thunk.values.link \
+ mcgoron.cond-thunk.values.so \
+ mcgoron.cond-thunk.values.static.o