source: soft/giet_vm/apps/hello/config.mk @ 178

Last change on this file since 178 was 177, checked in by karaoui, 12 years ago

Modification in makefiles structure

File size: 87 bytes
Line 
1APP_NAME=hello
2
3USE+= stdio.o
4
5OBJS = main.o
6
7CFLAGS=
8
9include $(APP_PATH)/compile.mk
Note: See TracBrowser for help on using the repository browser.