main.obj: main.c math.h math.obj: math.c math.h

CFLAGS = /W3 OBJS = main.obj math.obj all: calc.exe

Build:

app.exe: main.obj link main.obj /OUT:app.exe

clean: del $(OBJS) calc.exe

calc.exe: $(OBJS) link $(OBJS) /OUT:$@

nmake
Follow Michael Milette:

Moodle LMS Consultant

Michael Milette enjoys sharing information and uses his skills as an LMS developer, leader and business coach to deliver sustainable solutions and keep people moving forward in their business life.

Add a comment:

Your email address will not be published. Required fields are marked *