Fixed readme
authorLukas Krickl <lukas@krickl.dev>
Mon, 11 Dec 2023 08:49:46 +0000 (09:49 +0100)
committerLukas Krickl <lukas@krickl.dev>
Mon, 11 Dec 2023 08:49:46 +0000 (09:49 +0100)
README.md

index d9da78dc3143847c4283e405ca5d9db56d026634..44837b2231e4acab298662ebe40e0da7bcc3aa5b 100644 (file)
--- 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 
 ```