From: Lukas Krickl Date: Mon, 11 Dec 2023 08:49:46 +0000 (+0100) Subject: Fixed readme X-Git-Url: https://git.krickl.dev/?a=commitdiff_plain;h=75d168989e9f761f0650706e35d4ccd9453ac1a6;p=ulas%2F.git Fixed readme --- diff --git a/README.md b/README.md index d9da78d..44837b2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ulas -Unlink's light assembler is a C99 assembler without any external dependencies. +Unlink's light assembler is a SM83 assembler without any external dependencies written in C99. ## Table of content @@ -15,7 +15,6 @@ Unlink's light assembler is a C99 assembler without any external dependencies. To build this program you will require a recent C compiler, and make. ```sh -premake gmake # to build gnu make file make # to compile all targets ```