diff options
| author | 2024-12-28 11:16:31 -0500 | |
|---|---|---|
| committer | 2024-12-28 11:16:31 -0500 | |
| commit | 8bc2e01a44e8e669b8337f6451d2b0debf57837b (patch) | |
| tree | 9249a7ac2a76a7ea734b7cc2c2e43f08929b93db /Makefile | |
| parent | .gitignore (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..dcaa6e7 --- /dev/null +++ b/Makefile @@ -0,0 +1,4 @@ +.POSIX: + +clean: + rm *.build.sh *.install.sh *.import.scm *.so *.link *.o |
