1 2 3 4 5
include ../common.mk bin_PROGRAMS = ws ws_SOURCES = ws.c ../utils/utils.c ../include/utils.h ws_LDADD = -lm