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