CFLAGS= -g clean: rm *.o calculation all: nasm -f aout calc.asm gcc -c -g read.c gcc -o calculation calc.o read.o