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