diff options
| author | MageJohn <MageJohn@users.noreply.github.com> | 2019-02-21 00:41:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-21 00:41:14 +0000 |
| commit | 8c2557eab38ba0d2222ec03fc6022b189e070f8d (patch) | |
| tree | 917c5708af4c152677fa29a014bae8bfd62c6adc /makefile | |
| parent | 7e9c4e1b9bfa3966cca992256b885f75c8660753 (diff) | |
| parent | 2321c26ccd7d1243f8abfac62fea4790402f301a (diff) | |
| download | lead-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-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
