########################### SIDprotector Makefile ############################


all: gen sim

gen:
	#gnetlist -g spice -o SIDprotector.cir SIDprotector.sch

sim:
	ngspice SIDprotector.cir

