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
/
sash
/
Makefile
File editor
# Makefile for sash BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### LOCALFLAGS = -Wno-implicit-int ############################################################################### OBJS = sash.o cmds.o cmd_dd.o cmd_ed.o cmd_grep.o cmd_ls.o cmd_tar.o utils.o cmd_history.o LDFLAGS += -maout-heap=6144 -maout-stack=3072 all: sash sash: $(OBJS) $(LD) $(LDFLAGS) -o sash $(OBJS) $(LDLIBS) clean: $(RM) sash $(OBJS) install: sash ifdef CONFIG_APP_ASH $(INSTALL) sash $(DESTDIR)/bin/sash else # install as /bin/sh if no ash shell $(INSTALL) sash $(DESTDIR)/bin/sh endif $(OBJS): sash.h config.h
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