source: Main/trunk/Platform/generic.mk@ 6

Last change on this file since 6 was 6, checked in by Nishi, on Sep 13, 2024 at 7:28:20 PM

vhost

  • Property svn:keywords set to Id
File size: 109 bytes
RevLine 
[2]1# $Id: generic.mk 6 2024-09-13 10:28:20Z nishi $
2
3CC = cc
4AR = ar
[3]5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common
[2]6LDFLAGS =
7LIBS =
[6]8EXEC =
Note: See TracBrowser for help on using the repository browser.