aboutsummaryrefslogtreecommitdiffstats
path: root/src/floader/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/floader/makefile')
-rw-r--r--src/floader/makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/floader/makefile b/src/floader/makefile
new file mode 100644
index 000000000..0de6a3138
--- /dev/null
+++ b/src/floader/makefile
@@ -0,0 +1,7 @@
1all:
2 gcc -ggdb -shared -fPIC loader.c -o loader.so
3
4debug:
5 gcc -ggdb -shared -DDEBUG -fPIC loader.c -o loader.so
6
7