# c/cpp/Makefile 4/25/91

# Primary target.
cpp:	cpp.$X $(CLIB)
	$(CC) $(LDFLAGS) -o cpp $<

# Secondary target.
cpp.$X: cpp.c

# end of c/cpp/Makefile
