HOME
RESEARCH
Elliott Lab
ORCiD
PROFESSIONAL
LinkedIn
Resume
PROJECTS
Repositories
Codeberg
GitHub
Kaggle
SoundCloud
Bowerstone
ATHLETICS
Strava
Speed Skating
Undergrad TFFRS
Graduate TFFRS
SFU Roster
Repositories
index
:
slstatus
csobczak
master
native-functions
A custom configuration of the suckless status utility
Chris Sobczak
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
Makefile
3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index afdbcdf..38712c5 100644
--- a/
Makefile
+++ b/
Makefile
@@ -6,6 +6,9 @@ NAME=slstatus
all: ${NAME}
+${NAME}:
+ ${CC} ${CFLAGS} -o $@ ${NAME}.c ${LDFLAGS}
+
clean:
rm -f ${NAME}