# this makefile is to compile the standalone C version, tachyon.c tachyon-c: tachyon.c gcc -o tachyon-c -Wall -s -std=gnu99 -D_GNU_SOURCE -O2 tachyon.c -lm -lcrypt