Skip to content

Commit

Permalink
fix compilation on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
SpieringsAE committed Jun 18, 2024
1 parent 9a9281a commit 445408d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion blockset/ert_linux_target_64.tmf
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,14 @@ clean :
$(ECHO) ### Cleaning the object and lst files
del *.obj
del *.lst
else
else ifeq($(COMPUTER), GLNXA64)
.PHONY: clean
clean :
$(ECHO) ### Cleaning the object and lst files
rm -f *.obj
rm -f *.lst
else # apple doesn't like cleanup
.PHONY: clean
clean :
endif
#|----------------------------- end of ert_linux_target.tmf --------------------------

0 comments on commit 445408d

Please sign in to comment.