#!/bin/sh

CC=gcc

$CC					\
	-fplugin=melt			\
	-fplugin-arg-melt-mode=talpo	\
	-fplugin-arg-melt-extra=@talpo	\
	"$@"
