1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-10 06:39:49 +00:00
OpenMW/bsa/tests/Makefile

7 lines
95 B
Makefile
Raw Normal View History

GCC=g++
all: bsa_file_test
bsa_file_test: bsa_file_test.cpp ../bsa_file.cpp
$(GCC) $^ -o $@