From 3fb252d01948f9fd78116e53a3da9c5b61c4a804 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 31 Jan 2019 10:56:22 +0100 Subject: add simple compile and option-combination tests for posix arch --- src/arch/posix/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/posix') diff --git a/src/arch/posix/Makefile.inc b/src/arch/posix/Makefile.inc index 17cdfd9..7433bb5 100644 --- a/src/arch/posix/Makefile.inc +++ b/src/arch/posix/Makefile.inc @@ -40,7 +40,7 @@ run: build/system.elf monitor: run -program: +program: build/system.elf arch_clean: rm -f ${OBJECTS} -- cgit v1.2.3