all: osltar %.o: %.c gcc -O2 -g -c -Wall -o $@ $< osltar: osltar.o gcc -o $@ $< -losl clean: rm *.o osltar