1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-23 21:39:42 +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 $@