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