Makefile - Simple Example
CC=arm-linux-gcc
CFLAGS=-g
LDFLAGS=-lpthread
.PHONY: clean all
all: test
t2.o: t2.c t2.h
$(CC) $(CFLAGS) -c t2.c
t1.o: t1.c t2.h
$(CC) $(CFLAGS) -c t1.c
test: t2.o t1.o
$(CC) $(LDFLAGS) t1.o t2.o -o test
clean:
@rm -f *.o *~test
Recent Stories
Top DiscoverSDK Experts
Mendy Bennett
Experienced with Ad network & Ad servers.
Mobile | Ad Networks and 1 more
View Profile
Karen Fitzgerald
7 years in Cross-Platform development.
Mobile | Cross Platform Frameworks
View Profile
X
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}Now comparing:
{{product.ProductName | createSubstring:25}} X
{{CommentsModel.TotalCount}} Comments
Your Comment