#!/bin/sh
# build.sh - build the malicious target + initiator driver for DF-2460
cc -o mtarget mtarget.c
cc -o idrv idrv.c
