&makegen_include("../carbon-Makegen");

$D2CFLAGS         # added by update-libdirs
    = $d2c_runtime
    . ' -L../carbon'
    . ' -L../../../d2c/runtime/random';

do emit_library_rule(
    'sillyballs', '$(BUILDROOT)/force.timestamp', '', 'compile',
    'no-mindy', 'install'
);

print <<'EOF';

compile:
	/Developer/Tools/Rez -a -o $(BUILDDIR)/sillyballs $(SRCDIR)/carb.r
	/Developer/Tools/SetFile -c ???? -t APPL $(BUILDDIR)/sillyballs

EOF

