]> mj.ucw.cz Git - nwho.git/blobdiff - Makefile
Renamed net.h to nwho.h
[nwho.git] / Makefile
index 8415f4d91aa809a20de362ef044286f792708601..98a6d5449d1b10372b88803e3798e4eea2b12c0c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,11 +9,11 @@ all: nwhod nwho
 
 nwhod: nwhod.o
 
-nwhod.o: nwhod.c net.h
+nwhod.o: nwhod.c nwho.h
 
 nwho: nwho.o
 
-nwho.o: nwho.c net.h
+nwho.o: nwho.c nwho.h
 
 clean:
        rm -f *.o nwhod nwho *~