Update comments for Doxygen. Move old, unused files to the testing folder.
[matches/MCTX3420.git] / server / Makefile
index c314b20..10be3ec 100644 (file)
@@ -18,6 +18,9 @@ all :
 $(BIN) : $(OBJ)
        $(CXX) $(FLAGS) -o $(BIN) $(OBJ) $(LIB)
 
+microscope : microscope.o
+       $(CXX) $(FLAGS) -o microscope microscope.o $(LIB)
+
 
 %.o : %.c
        $(CXX) $(FLAGS) -c $<
@@ -25,6 +28,7 @@ $(BIN) : $(OBJ)
 
 clean :
        make -C sensors clean
+       make -C actuators clean
        $(RM) $(BIN) $(BIN2)
        $(RM) *.o
 

UCC git Repository :: git.ucc.asn.au