2017-03-16 01:10:01 +01:00
|
|
|
# null, gl3, ps2, d3d9
|
|
|
|
BUILD := null
|
|
|
|
TARGET := librw-$(BUILD).a
|
|
|
|
CFLAGS := -Wall -Wextra -g -fno-diagnostics-show-caret \
|
2016-06-27 21:59:35 +02:00
|
|
|
-Wno-parentheses -Wno-invalid-offsetof \
|
|
|
|
-Wno-unused-parameter -Wno-sign-compare
|
2014-12-23 15:59:14 +01:00
|
|
|
|
2017-03-16 01:10:01 +01:00
|
|
|
include Make.common
|
2014-12-23 15:59:14 +01:00
|
|
|
|
2017-03-16 01:10:01 +01:00
|
|
|
$(TARGET): $(OBJ)
|
|
|
|
ar scr $@ $(OBJ)
|