# Note: this will not work on macOS as we need conditionals to deal
#       with the $(LINKER_MAKERULE) fixups from builddefs after the
#       executable is built
#

cvalue:	cvalue.c
	$(CC) -o cvalue cvalue.c -lpcp
