Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
added back in $(USER_MODULES) which I had deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
cwishard committed Jun 28, 2021
1 parent 6c162e3 commit 11d0e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ SWIFTEST_MODULES = swiftest_globals.f90 \

include Makefile.Defines

MODULES = $(SWIFTEST_MODULES)
MODULES = $(SWIFTEST_MODULES) $(USER_MODULES)


.PHONY : all mod lib libdir drivers tools bin clean force
Expand Down

0 comments on commit 11d0e24

Please sign in to comment.