Skip to content

Commit 0ea5dc1

Browse files
committed
Cleanup makefile
1 parent cafac3b commit 0ea5dc1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

tests/Makefile

+2-10
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $(error Unknown OS)
2929
endif
3030

3131

32-
all: $(LIBS) $(GZ) kinds
32+
all: $(LIBS) $(GZ)
3333

3434

3535
%.$(LIB_SUFFIX): %.f90
@@ -40,16 +40,8 @@ all: $(LIBS) $(GZ) kinds
4040
@gunzip -f $@ -c > $@.extract
4141
@rm $@
4242

43-
%.o : %.mod
44-
45-
%.mod : %.o
46-
@true
47-
48-
%.o : %.f90
43+
%.o %.mod %.smod: %.f90
4944
$(FC) $(OPTIONS) $(LIB_FLAGS) -o $@ $<
5045

51-
kinds: kinds_check.o
52-
$(FC) -o kinds kinds_check.f90
53-
5446
clean:
5547
-rm -f *.o *.mod *.gz *.pyc *.f90.*.* *.$(LIB_SUFFIX) *.original *.extract *.smod *.fpy

0 commit comments

Comments
 (0)