Add clean to makefile
This commit is contained in:
3
makefile
3
makefile
@ -8,3 +8,6 @@ console.o: console.asm
|
|||||||
nasm console.asm -f elf64 -l console.lst -g -F dwarf
|
nasm console.asm -f elf64 -l console.lst -g -F dwarf
|
||||||
string.o: string.asm
|
string.o: string.asm
|
||||||
nasm string.asm -f elf64 -l string.lst -g -F dwarf
|
nasm string.asm -f elf64 -l string.lst -g -F dwarf
|
||||||
|
|
||||||
|
clean:
|
||||||
|
rm -f tests *.lst *.o
|
||||||
|
Reference in New Issue
Block a user