Nmake [ GENUINE | METHOD ]

Build:

clean: del $(OBJS) calc.exe

main.obj: main.c math.h math.obj: math.c math.h Build: clean: del $(OBJS) calc