source:
Main/trunk/Platform/generic.mk@
3
Last change on this file since 3 was 3, checked in by , on Sep 13, 2024 at 6:06:44 PM | |
---|---|
|
|
File size: 102 bytes |
Line | |
---|---|
1 | # $Id: generic.mk 3 2024-09-13 09:06:44Z nishi $ |
2 | |
3 | CC = cc |
4 | AR = ar |
5 | CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common |
6 | LDFLAGS = |
7 | LIBS = |
Note:
See TracBrowser
for help on using the repository browser.