
all : midinetd

midinetd : midinetd.c
	cc -m486 -O2 -Wall -DLINUX -o midinetd midinetd.c

clean:
	rm -f midinetd *.o
