diff --git a/examples/3D/Makefile b/examples/3D/Makefile index fe86fd7..15b0c26 100644 --- a/examples/3D/Makefile +++ b/examples/3D/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/Collision/Makefile b/examples/Collision/Makefile index fe86fd7..15b0c26 100644 --- a/examples/Collision/Makefile +++ b/examples/Collision/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/CustomFont/Makefile b/examples/CustomFont/Makefile index fe86fd7..15b0c26 100644 --- a/examples/CustomFont/Makefile +++ b/examples/CustomFont/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/CustomVariables/Makefile b/examples/CustomVariables/Makefile index fe86fd7..15b0c26 100644 --- a/examples/CustomVariables/Makefile +++ b/examples/CustomVariables/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/DrawableBackground/Makefile b/examples/DrawableBackground/Makefile index fe86fd7..15b0c26 100644 --- a/examples/DrawableBackground/Makefile +++ b/examples/DrawableBackground/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/NiFi/Makefile b/examples/NiFi/Makefile index fe86fd7..15b0c26 100644 --- a/examples/NiFi/Makefile +++ b/examples/NiFi/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/Priority/Makefile b/examples/Priority/Makefile index fe86fd7..15b0c26 100644 --- a/examples/Priority/Makefile +++ b/examples/Priority/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/RoomPersistency/Makefile b/examples/RoomPersistency/Makefile index fe86fd7..15b0c26 100644 --- a/examples/RoomPersistency/Makefile +++ b/examples/RoomPersistency/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/RotsetEffects/Makefile b/examples/RotsetEffects/Makefile index fe86fd7..15b0c26 100644 --- a/examples/RotsetEffects/Makefile +++ b/examples/RotsetEffects/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/TopDownShooter/Makefile b/examples/TopDownShooter/Makefile index fe86fd7..15b0c26 100644 --- a/examples/TopDownShooter/Makefile +++ b/examples/TopDownShooter/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/examples/TopDownShooter/TopDownShooter.nds b/examples/TopDownShooter/TopDownShooter.nds index ce8a331..b122c7c 100644 Binary files a/examples/TopDownShooter/TopDownShooter.nds and b/examples/TopDownShooter/TopDownShooter.nds differ diff --git a/examples/Unpossible/Makefile b/examples/Unpossible/Makefile index fe86fd7..15b0c26 100644 --- a/examples/Unpossible/Makefile +++ b/examples/Unpossible/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d diff --git a/template/Makefile b/template/Makefile index fe86fd7..15b0c26 100644 --- a/template/Makefile +++ b/template/Makefile @@ -140,7 +140,7 @@ endef %.bin.o : %.bin #--------------------------------------------------------------------------------- @echo $(notdir $<) - $(bin2o) + @$(bin2o) -include $(DEPSDIR)/*.d