aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2013-04-01 22:07:42 -0500
committerJesse Luehrs <doy@tozt.net>2013-04-01 22:07:42 -0500
commitd7894dd67dee467741a937286dca381821a9abad (patch)
tree6f9c0baf493d7c9b64a2e2c45707439db7f03051 /Makefile
parentfabcb790ede272334789673774d945b4785909a7 (diff)
downloadrust-term-d7894dd67dee467741a937286dca381821a9abad.tar.gz
rust-term-d7894dd67dee467741a937286dca381821a9abad.zip
start trying to make rustpkg work
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e18cbd..9136f47 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,8 @@ tmp/built: $(MAIN_SOURCE) $(OTHER_SOURCES) tmp/libtermios_wrapper.a tmp/libcurse
@mkdir -p lib
$(RUSTC) --out-dir lib -L tmp $(MAIN_SOURCE) && touch tmp/built
+clibs: tmp/libtermios_wrapper.a tmp/libcurses_helper.a tmp/libio_helper.a
+
tmp/libtermios_wrapper.a: tmp/termios_wrapper.o
ar cr $@ $<