Add clean to makefile

This commit is contained in:
2025-06-23 15:14:56 +02:00
parent 2f5e3202db
commit 3a7b0b5cda

View File

@ -8,3 +8,6 @@ console.o: console.asm
nasm console.asm -f elf64 -l console.lst -g -F dwarf
string.o: string.asm
nasm string.asm -f elf64 -l string.lst -g -F dwarf
clean:
rm -f tests *.lst *.o