Simplify make size

This commit is contained in:
Juhani Krekelä 2023-03-18 16:01:12 +02:00
parent 514cf5441f
commit 66c103f727
1 changed files with 1 additions and 3 deletions

View File

@ -30,8 +30,6 @@ clean:
distclean: clean
size: ponydos.asm
@$(NASM) -fbin -d SIZE -o ponydos_size.bin ponydos.asm
@wc -c ponydos_size.bin
@rm ponydos_size.bin
@$(NASM) -fbin -d SIZE -o /dev/stdout ponydos.asm | wc -c
.PHONY: all run clean distclean size