Artifact 677189cc54ed9864c194d5a923849a646266f6a6:
- File Makefile — part of check-in [d37dd3792a] at 2014-02-05 18:06:47 on branch trunk — Updated to statically link (user: rkeene, size: 245) [annotate] [blame] [check-ins using]
CC = gcc CFLAGS = -Wall -Werror -W -pthread -O3 LDFLAGS = -pthread -static LIBS = -lpthread filed: filed.o $(CC) $(CFLAGS) $(LDFLAGS) -o "$@" $^ $(LIBS) filed.o: filed.c clean: rm -f filed filed.o distclean: clean .PHONY: clean distclean