Differences From Artifact [4f9f8484cc]:
- File Makefile — part of check-in [a832cf965b] at 2014-02-05 09:12:49 on branch trunk — Updated to support being compiled with dietlibc (user: rkeene, size: 237) [annotate] [blame] [check-ins using]
To Artifact [677189cc54]:
- 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]
1 2 | CC = gcc CFLAGS = -Wall -Werror -W -pthread -O3 | | | 1 2 3 4 5 6 7 8 9 10 | 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 |
︙ | ︙ |