ncannasse 7 년 전
부모
커밋
bced71d761
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libs/mesa/Makefile

+ 2 - 0
libs/mesa/Makefile

@@ -19,3 +19,5 @@ libmesa:
 
 mesa.hdll:
 	gcc -shared -fPIC -D HL_MESA -I ../sdl -I $(MESA)/include -o mesa.hdll ../sdl/gl.c mesa.c $(MESA_LIBS) -lm -lstdc++ -L /usr/lib/llvm-4.0/lib -lLLVM -ldl -lpthread -lz -lhl
+
+.PHONY: libmesa mesa.hdll