netparser: netparser.c $(CC) -Wall $(shell sdl-config --cflags) -o netparser netparser.c $(shell sdl-config --libs) clean: rm -f netparser.exe netparser