1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 02:19:55 +00:00
openmw-tes3mp/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 $@