aboutsummaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMageJohn <MageJohn@users.noreply.github.com>2019-02-21 00:41:14 +0000
committerGitHub <noreply@github.com>2019-02-21 00:41:14 +0000
commit8c2557eab38ba0d2222ec03fc6022b189e070f8d (patch)
tree917c5708af4c152677fa29a014bae8bfd62c6adc /makefile
parent7e9c4e1b9bfa3966cca992256b885f75c8660753 (diff)
parent2321c26ccd7d1243f8abfac62fea4790402f301a (diff)
downloadlead-8c2557eab38ba0d2222ec03fc6022b189e070f8d.tar
lead-8c2557eab38ba0d2222ec03fc6022b189e070f8d.tar.gz
lead-8c2557eab38ba0d2222ec03fc6022b189e070f8d.zip
Merge pull request #2 from Almamu/master
Merge more improvements from Almamu
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index dc31aa0..78a4df5 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ MKDIR = mkdir -p $(dir $@)
.SECONDARY:
-data/usr/bin/lead: build/main.o build/app.o build/sensor.o build/moc_app.o build/moc_sensor.o
+data/usr/bin/lead: build/main.o build/app.o build/sensor.o build/screenname.o build/moc_app.o build/moc_sensor.o build/moc_screenname.o
$(MKDIR)
$(LINKER)