Remove 'all' in makefile

This commit is contained in:
2025-06-26 10:39:45 +02:00
parent ec8943ac7c
commit 2e8da5318f

View File

@ -15,4 +15,3 @@ file.o: file.asm
clean: clean:
rm -f tests *.lst *.o testFile1.txt rm -f tests *.lst *.o testFile1.txt
all: clean tests