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