shithub: scc

Download patch

ref: 80f2dbc4616e466190918ed3882e027e94331aa6
parent: 5e4090d4e5e80779e9dd893a0d05b3113b595956
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Aug 15 14:08:42 EDT 2018

[lib/c] Remove the use of TARGET variable

--- a/lib/c/target/Makefile
+++ b/lib/c/target/Makefile
@@ -3,7 +3,10 @@
 
 include $(PROJECTDIR)/rules.mk
 
-DIRS = $(TARGETS)
+DIRS = amd64-sysv-linux-elf \
+       amd64-sysv-openbsd-elf \
+       i386-sysv-linux-elf \
+       z80-scc-none-none
 
 all dep clean distclean:
 	$(FORALL)