all: xtrapbot xtrapbot: xtrapbot.c gcc -Wall -g -O2 -o xtrapbot -lXTrap -lXt -lX11 -lSM -lICE -lgsl -lm xtrapbot.c clean: rm xtrapbot