Added dynamic pages with dynamic linking during runtime
This commit is contained in:
2
example/Makefile
Normal file
2
example/Makefile
Normal file
@@ -0,0 +1,2 @@
|
||||
library.so: library.c
|
||||
$(CC) $< -o $@ -shared -I../src/
|
||||
Reference in New Issue
Block a user