CC = gcc all: binprint endian arithtime binprint: $(CC) binprint.c endian: $(CC) endian.c arithtime: $(CC) arithtime.c