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
/
elks
/
tools
/
elks-compress
/
Makefile
File editor
# Minix filesystem manipulation tool # ######################################################################### # # Note! Dependencies are done automagically by 'make dep', which also # removes any old dependencies. DON'T put your own dependencies here # unless it's something special (ie not a .c file). # ######################################################################### # Relative path to base directory. BASEDIR = ../.. ######################################################################### # Define the variables required by the standard rules - see the standard # rules file (below) for details of these variables. USEBCC = N CLEANDEP = CLEANME = ../bin/elks-compress ../bin/exomizer DEPEND = DISTFILES = NOINDENT = ######################################################################### # Include standard commands. include $(BASEDIR)/Makefile-rules ######################################################################### # Objects to be compiled. SRCS=elks-compress.c OBJS=$(SRCS:.c=.o) ######################################################################### # Commands. all: ../bin/elks-compress ../bin/exomizer ../bin/elks-compress: $(OBJS) $(CC) -o ../bin/elks-compress $(CFLAGS) $(OBJS) ../bin/exomizer: $(MAKE) -C exomizer/src cp -p exomizer/src/exomizer ../bin/exomizer doclean: elks-compress-doclean elks-compress-doclean: $(MAKE) -C exomizer/src clean ######################################################################### ### Dependencies:
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