mirror of https://github.com/neutrinolabs/xrdp
6 lines
154 B
Makefile
6 lines
154 B
Makefile
|
CFLAGS = -I../xrdpvr
|
||
|
LIBS = -L./.libs -L../xrdpvr/.libs -lxrdpapi -lxrdpvr -lavformat
|
||
|
|
||
|
vrplayer: vrplayer.o
|
||
|
gcc $(CFLAGS) vrplayer.c -o vrplayer $(LIBS)
|