#chiprog makefile


all:
	gcc neural.c -o neural -s -lm `sdl-config --cflags --libs` # -lSDL
#	wine gcc.exe -m32 -w neural.c -o "neural.exe" -lm -s
	./neural # selections.sel

