From d7894dd67dee467741a937286dca381821a9abad Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Apr 2013 22:07:42 -0500 Subject: start trying to make rustpkg work --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 $@ $< -- cgit v1.2.3-54-g00ecf