5 lines
69 B
Makefile
5 lines
69 B
Makefile
|
CC=gcc
|
||
|
|
||
|
PLATFORM_SPECIAL_FLAGS=-m32
|
||
|
|
||
|
include ../makefile_template
|