diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-01-31 10:56:22 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-01-31 10:56:42 +0100 |
commit | 3fb252d01948f9fd78116e53a3da9c5b61c4a804 (patch) | |
tree | 241057aa8f84fefc050a12918342b51e6480372e /src/arch | |
parent | 0f648924fd832a26978c338af3eb4db6e5919665 (diff) |
add simple compile and option-combination tests for posix arch
Diffstat (limited to 'src/arch')
-rw-r--r-- | src/arch/posix/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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} |