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
/
disk_utils
/
Makefile
File editor
BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### ############################################################################### PRGS = ramdisk mkfs mkfat fsck partype fdisk df all: $(PRGS) install: all $(INSTALL) $(PRGS) $(DESTDIR)/bin df: df.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o df df.o $(TINYPRINTF) $(LDLIBS) fsck: fsck.o $(LD) $(LDFLAGS) -o fsck -maout-heap=0xffff fsck.o $(LDLIBS) fdisk: fdisk.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o fdisk fdisk.o $(TINYPRINTF) $(LDLIBS) mkfs: mkfs.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o mkfs mkfs.o $(TINYPRINTF) $(LDLIBS) mkfat: mkfat.o $(TINYPRINTF) $(LD) $(LDFLAGS) -o mkfat mkfat.o $(TINYPRINTF) $(LDLIBS) partype: partype.o $(LD) $(LDFLAGS) -o partype partype.o $(LDLIBS) ramdisk: ramdisk.o $(LD) $(LDFLAGS) -o ramdisk ramdisk.o $(LDLIBS) 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