diff options
author | knolax <1339802534.kk@gmail.com> | 2016-04-21 04:39:31 -0400 |
---|---|---|
committer | knolax <1339802534.kk@gmail.com> | 2016-04-21 04:39:31 -0400 |
commit | fc401e372045a728e182cd775e854a404de4bbe4 (patch) | |
tree | 4a7b69905808fe069642b0b29541a6de0ea0df1a /Makefile |
initial commit
:x
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..8160fbe --- /dev/null +++ b/Makefile @@ -0,0 +1,2 @@ +main: + gcc -o main main.c rs232.c -lncurses |