Skip to content
Snippets Groups Projects
Commit ccbcceab authored by Douglas Guptill's avatar Douglas Guptill
Browse files

tweaks

parent 514718aa
No related branches found
No related tags found
No related merge requests found
...@@ -82,6 +82,9 @@ $(NAME): subdirs $(OBJECTS) ...@@ -82,6 +82,9 @@ $(NAME): subdirs $(OBJECTS)
echo "compiler output...." echo "compiler output...."
more $(COMPILE_OUT) more $(COMPILE_OUT)
.PHONY: install
install:
mv -f $(NAME) bin
subdirs: subdirs:
cd CASCADE; make all cd CASCADE; make all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment