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
/
test
/
other
/
Makefile
File editor
BASEDIR=../.. include $(BASEDIR)/Makefile-rules ############################################################################### KERNEL_LIBS = $(TOPDIR)/elks/arch/i86/lib/lib86.a ############################################################################### PRGS = \ test_exit \ test_eth \ test_float \ test_pty \ test_select \ test_signal \ test_sigfail \ # EOL ifndef CONFIG_ARCH_SOLO86 PRGS += test_fd endif all: $(PRGS) test_exit: test_exit.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) test_eth: test_eth.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) test_fd: test_fd.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o $@ test_fd.o $(TINYPRINTF) $(KERNEL_LIBS) $(LDLIBS) test_float: test_float.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) test_pty: test_pty.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) test_select: test_select.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) test_signal: test_signal.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) test_sigfail: test_sigfail.o $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS) install: $(PRGS) $(INSTALL) $(PRGS) $(DESTDIR)/bin clean: $(RM) $(PRGS) *.o
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