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
/
romprg
/
Makefile
File editor
BASEDIR=.. include $(BASEDIR)/Makefile-rules ############################################################################### CFLAGS += -Wno-maybe-uninitialized ############################################################################### PRGS = romprg OBJS = main.o flash.o commands.o crc.o protocol.o serial.o #MAPFILE = -Wl,-Map=romprg.map HOSTPRGS = hostromprg HOSTSRC = pc-main.c protocol.c pc-serial.c pc-commands.c crc.c all: $(PRGS) host: $(HOSTPRGS) romprg: $(OBJS) commands.h crc.h serial.h version.h $(LD) $(LDFLAGS) $(MAPFILE) -o romprg $(OBJS) $(LDLIBS) hostromprg: $(HOSTSRC) $(HOSTCC) $(HOSTCFLAGS) $(HOSTSRC) -o $@ install: $(PRGS) $(INSTALL) $(PRGS) $(DESTDIR)/bin clean: $(RM) $(PRGS) $(HOSTPRGS) *.o *.map
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