PREFIX=/usr/local/


%: %.c
	$(CC) -o $@ $<

clean:
	rm -rf *~ spawn compiled

install: all
	install -m 755 spawn $(PREFIX)/bin