#
# Makefile for the fog initrd binaries
#
#
all: fogmbrfix
fogmbrfix:
	$(CXX) $(CXXFLAGS) -o fogmbrfix fogmbrfix.cpp
clean:
	rm -f *.o fogmbrfix
