librw/Makefile

12 lines
262 B
Makefile
Raw Normal View History

# null, gl3, ps2, d3d9
BUILD := null
TARGET := librw-$(BUILD).a
CFLAGS := -Wall -Wextra -g -fno-diagnostics-show-caret \
-Wno-parentheses -Wno-invalid-offsetof \
-Wno-unused-parameter -Wno-sign-compare
2014-12-23 14:59:14 +00:00
include Make.common
2014-12-23 14:59:14 +00:00
$(TARGET): $(OBJ)
ar scr $@ $(OBJ)