# # Makefile for argvenv.c # # call 'make crt=1' to use C runtime DLL # multi=1 gui=1 include ..\..\rsxntmak.gnu # !include <..\..\rsxntmak.msc> project: thread.exe thread.exe: thread.o $(CC) $(LDFLAGS) thread.o -o thread.exe