Fixed wrong filename in Makefile
[mtetherd] / Makefile
index d226f7a..663a47d 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SSH_SSH = ssh
 SSH_PATH = /home/developer
 DATA_FILES = main.c device.c device.h event.d-mtetherd
 
-mtetherd: main.o device.o
+mtetherd: mtetherd.o device.o
        $(MAD) $(CC) $(LDFLAGS) $(LIBS) -o $@ $^
 
 %PHONY: copy run clean