From 513021a7b0ea1d148fcc333c09ae06b139611dee Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 4 Feb 2025 20:24:36 +0100 Subject: Added readme and license --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1559e7f..a2bc454 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ -blpconvert: blpconvert.c - clang -o blpconvert blpconvert.c +blpconvert: main.c + cc -o blpconvert main.c -- cgit v1.2.3