summaryrefslogtreecommitdiff
path: root/userspace/ncurses/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/ncurses/Makefile')
-rw-r--r--userspace/ncurses/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/userspace/ncurses/Makefile b/userspace/ncurses/Makefile
new file mode 100644
index 0000000..4a8fc56
--- /dev/null
+++ b/userspace/ncurses/Makefile
@@ -0,0 +1,10 @@
+CC=i686-foolos-gcc
+AS=i686-foolos-as
+
+LDLIBS=-lncurses -lcurses
+CFLAGS=-static
+
+ncurs:
+
+clean:
+ rm -f *.o ncurs