1nfeth-config:	nfeth-config.c
2	m68k-atari-mint-gcc -Wall nfeth-config.c -o nfeth-config -lsocket
3
4clean:
5	rm -f nfeth-config.o nfeth-config
6