This commit is contained in:
Zhi Guan
2016-06-06 22:04:44 +02:00
parent 2bf25bd29f
commit 2cb43b7f80
142 changed files with 7768 additions and 1678 deletions

6
engines/skf/Makefile Normal file
View File

@@ -0,0 +1,6 @@
all:
gcc -c -Wall -Werror -fpic skf_dummy.c
gcc -shared -o libskf_dummy.so skf_dummy.o
clean:
rm -fr *.o *.so *.dylib *.lib