mirror of
https://github.com/joel16/uofw.git
synced 2025-02-17 01:19:56 +00:00
8 lines
178 B
Makefile
8 lines
178 B
Makefile
# Copyright (C) 2011, 2012 The uOFW team
|
|
# See the file COPYING for copying permission.
|
|
|
|
include $(ROOT_DIR)/lib/common.mak
|
|
|
|
CFLAGS = -O2 -G0 -Wall -I$(ROOT_DIR)/include/common
|
|
|