all: bilingual_sort server bilingual_sort: bilingual_sort.c ${CC} -O3 -o $@ $< server: server.go go build $< clean: rm -f bilingual_sort server