1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-22 21:53:50 +00:00
openmw-tes3mp/rend2d/tests/Makefile

10 lines
147 B
Makefile
Raw Normal View History

GCC=g++
all: sdl_test
sdl_test: sdl_test.cpp
$(GCC) $< ../servers/sdl_driver.cpp -o $@ -I/usr/include/SDL/ -lSDL -lSDL_image
clean:
rm *_test