From d769d8335c8124058c65eec60fa2c52928f1168f Mon Sep 17 00:00:00 2001 From: Nicolas Schodet Date: Sat, 20 Oct 2012 21:29:52 +0200 Subject: digital/ucoolib: add binary files build --- digital/ucoolib/build/top.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'digital/ucoolib/build/top.mk') diff --git a/digital/ucoolib/build/top.mk b/digital/ucoolib/build/top.mk index adb4e950..7ac77351 100644 --- a/digital/ucoolib/build/top.mk +++ b/digital/ucoolib/build/top.mk @@ -30,11 +30,14 @@ Q = @ all: lst: size: +hex: +srec: +bin: clean: rmdir $(OBJDIR) 2> /dev/null || true -.PHONY: all lst size clean +.PHONY: all lst size hex srec bin clean # Modules and sources setup. -- cgit v1.2.3