This website works better with JavaScript
Home
Explore
Help
Sign In
qyg
/
isar-kylin-addpackage
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
65ff091571
Branches
Tags
next
isar-kylin-a...
/
meta-isar
/
recipes-app
/
hello
/
hello
/
Makefile
Makefile
85 B
History
Raw
1
2
3
4
5
6
7
CROSS_COMPILE =
CC = $(CROSS_COMPILE)gcc
all: hello
hello: hello.c
$(CC) -o $@ $<