source:
soft/giet_vm/apps/hello/config.mk
@
177
Last change on this file since 177 was 177, checked in by , 12 years ago | |
---|---|
File size: 87 bytes |
Rev | Line | |
---|---|---|
[177] | 1 | APP_NAME=hello |
2 | ||
3 | USE+= stdio.o | |
4 | ||
5 | OBJS = main.o | |
6 | ||
7 | CFLAGS= | |
8 | ||
9 | include $(APP_PATH)/compile.mk |
Note: See TracBrowser
for help on using the repository browser.