# Makefile of dmsd INCLUDEDIR = /usr/include CFLAGS = -O3 -Wall LIBS = OBJS = dmsd all: dmsd clean: rm $(OBJS)