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

Last change on this file since 18 was 17, checked in by Nishi, on Sep 14, 2024 at 2:41:07 AM

module system kinda works

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