diff options
| author | na <noah.andreas@nukura.com> | 2017-01-26 20:58:39 +0100 |
|---|---|---|
| committer | na <noah.andreas@nukura.com> | 2017-01-26 20:58:39 +0100 |
| commit | 1a4f88dc6d9116be6e38e70eef82a13e67173171 (patch) | |
| tree | 3291c7e8eaed4e6a9a81b8568746c20f6c3c160b /makefile | |
| parent | ff39cafd904e5c5e4b03e7ad545cc3a51d933313 (diff) | |
| download | lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.tar lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.tar.gz lead-1a4f88dc6d9116be6e38e70eef82a13e67173171.zip | |
changed namespace
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/lead.o build/sensor.o build/main.o build/moc_lead.o build/moc_sensor.o +data/usr/bin/lead: build/main.o build/app.o build/sensor.o build/moc_app.o build/moc_sensor.o $(MKDIR) $(LINKER) |
