Skip to content

Commit

Permalink
Merge pull request #10 from OceansAus/anytarget
Browse files Browse the repository at this point in the history
Created default target
  • Loading branch information
aidanheerdegen authored Oct 23, 2018
2 parents bb2ddd2 + 24ad49e commit 3dd0d4c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ nci:
echo "include $(shell pwd)/util/make_dir/make.nci" > util/make_dir/make.inc
source ./util/make_dir/config.nci && cd util/make_dir && make -j 4 -f TopMakefileOasis3

ubuntu:
echo "include $(shell pwd)/util/make_dir/make.ubuntu" > util/make_dir/make.inc
cd util/make_dir && make -j 4 -f TopMakefileOasis3
# This rule matches any target. To compile for an architecture (TARGETNAME) ensure
# a file called make.TARGETNAME exists in in util/make_dir
% ::
echo "include $(shell pwd)/util/make_dir/make.$@" > util/make_dir/make.inc
cd util/make_dir && make -j 4 -f TopMakefileOasis3

0 comments on commit 3dd0d4c

Please sign in to comment.