diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-04 20:08:30 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-02-04 20:08:30 +0100 |
| commit | 93c8c2f27f0899ea412147d0e18554273442d19c (patch) | |
| tree | 66ff71234131e3cba19a4178e2a2e192f9a301ad /Makefile | |
| download | blpconvert-93c8c2f27f0899ea412147d0e18554273442d19c.tar.gz | |
Engage!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..1559e7f --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +blpconvert: blpconvert.c + clang -o blpconvert blpconvert.c |
