Initial push
[shermanaquarium] / sherman-aquarium / Makefile
diff --git a/sherman-aquarium/Makefile b/sherman-aquarium/Makefile
new file mode 100644 (file)
index 0000000..8aadd71
--- /dev/null
@@ -0,0 +1,12 @@
+
+# Makefile for Sherman's Aquarium 
+
+all:   
+       (cd shermans;make all)
+clean:
+       (cd shermans;make clean)
+       rm -f config.log config.status
+
+install:
+       (cd shermans;make install)
+.PHONY: all clean install