elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
libc
/
c86.mk
File editor
# C86 Makefile for ELKS C Library include c86.inc #NOTBUILT = \ asm \ debug \ gcc \ math \ crt0.S \ SUBDIRS = \ c86 \ ctype \ error \ getent \ malloc \ misc \ net \ regex \ stdio \ string \ termcap \ termios \ time \ # end of list .PHONY: all all: $(MAKE) -C system -f out.mk COMPILER=c86 LIB=out.lib for DIR in $(SUBDIRS); do $(MAKE) -C $$DIR COMPILER=c86 LIB=out.lib || exit 1; done $(AR) $(ARFLAGS_SUB) libc86.a */*.lib .PHONY: clean clean: rm -f */*.i */*.as */*.o8j */*.lst */*.lib for DIR in $(SUBDIRS); do rm -f $$DIR/*.o8j $$DIR/*.lib || exit 1; done rm -f libc86.a
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history