File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
- VERSION=1.5 .0
1
+ VERSION=2.0 .0
2
2
VERSION_=` echo -n $VERSION | tr ' .' ' _' `
3
3
PLATFORM=bionic
4
4
# svn copy https://svn.met.no/snap/trunk \
Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ include ../common/snap.mk
10
10
11
11
all :
12
12
13
+ install :
14
+
13
15
test : find_parameters_fi_test bsnap_naccident
14
16
./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meteo20200415_00_ringhals.nc u_wind && \
15
17
./find_parameters_fi_test https://thredds.met.no/thredds/dodsC/metusers/heikok/snap_testdata/meps_det_2_5km_20200316T00Z_ringhals.nc x_wind_ml && \
@@ -40,4 +42,4 @@ testDateCalc.o: testDateCalc.f90
40
42
${F77} -c ${F77FLAGS} $(INCLUDES ) $<
41
43
42
44
43
- .PHONY : clean distclean test
45
+ .PHONY : clean distclean test install
You can’t perform that action at this time.
0 commit comments