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