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
/
elkscmd
/
minix3
/
Makefile
File editor
BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### LOCALFLAGS= ############################################################################### PRGS = file head sed sort tail tee cal diff find mail all: $(PRGS) cal: cal.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o cal cal.o $(TINYPRINTF) $(LDLIBS) diff: diff.o $(LD) $(LDFLAGS) -maout-heap=0xffff -o diff diff.o $(LDLIBS) file: file.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o file file.o $(TINYPRINTF) $(LDLIBS) find: find.o $(LD) $(LDFLAGS) -maout-heap=0x4000 -maout-stack=0x2000 -o find find.o $(LDLIBS) head: head.o $(LD) $(LDFLAGS) -o head head.o $(LDLIBS) sed: sed.o $(LD) $(LDFLAGS) -o sed sed.o $(LDLIBS) # For ELKS, sort needs more data segment space than the kernel-given default. # Use gcc-ia16's -maout-chmem= option so that the a.out header will ask the # kernel for more non-static memory. sort: sort.o $(LD) $(LDFLAGS) -maout-heap=0xb000 -o sort sort.o $(LDLIBS) tail: tail.o $(LD) $(LDFLAGS) -o tail tail.o $(LDLIBS) tee: tee.o $(LD) $(LDFLAGS) -o tee tee.o $(LDLIBS) mail: mail.o $(LD) $(LDFLAGS) -o mail mail.o $(LDLIBS) install: $(PRGS) $(INSTALL) $(PRGS) $(DESTDIR)/bin clean: $(RM) *.o $(PRGS)
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