1 2 3 4 5 6 7 8 9 10
# Makefile for marsond. Should be fine with any make (GNU, BSD, etc). CC=gcc # CC=clang works, too COPT=-O2 CWARN=-Wall CFLAGS=-std=c99 $(COPT) $(CWARN) all: marsond