diff options
Diffstat (limited to 'ifpps')
-rw-r--r-- | ifpps/.gitignore | 4 | ||||
-rw-r--r-- | ifpps/Makefile | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/ifpps/.gitignore b/ifpps/.gitignore new file mode 100644 index 0000000..32aad4d --- /dev/null +++ b/ifpps/.gitignore @@ -0,0 +1,4 @@ +*.* + +!.gitignore +!Makefile diff --git a/ifpps/Makefile b/ifpps/Makefile new file mode 100644 index 0000000..28c3544 --- /dev/null +++ b/ifpps/Makefile @@ -0,0 +1,6 @@ +ifpps-libs = -lncurses + +ifpps-objs = xmalloc.o \ + xio.o \ + xutils.o \ + ifpps.o |