source: Main/trunk/Platform/linux.mk@ 32

Last change on this file since 32 was 26, checked in by Nishi, on Sep 15, 2024 at 12:11:52 AM

add linux

  • Property svn:keywords set to Id
File size: 137 bytes
Line 
1# $Id: linux.mk 26 2024-09-14 15:11:52Z nishi $
2
3CC = cc
4AR = ar
5CFLAGS = -g -std=c99 -DPREFIX=\"$(PREFIX)\" -I $(PWD)/Common -D_DEFAULT_SOURCE
6LDFLAGS =
7LIBS =
8EXEC =
9LIB = .so
Note: See TracBrowser for help on using the repository browser.