Skip to content

Commit

Permalink
Fixed rule bug for fsockets
Browse files Browse the repository at this point in the history
  • Loading branch information
bhourahine committed Dec 9, 2018
1 parent 8c6d1ad commit 6e9f406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/fsockets/make.dpbuild
Expand Up @@ -35,7 +35,7 @@ clean:
%.o: %.f90
$(FXX) $(FXXOPT) -o $@ -c $<

%.o: %c
%.o: %.c
$(CC) $(CCOPT) -o $@ -c $<

_mod_%:
Expand Down

0 comments on commit 6e9f406

Please sign in to comment.