mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-24 12:19:21 +01:00
be less verbose
This commit is contained in:
parent
08c6c7f252
commit
d3f899754c
6
Makefile
6
Makefile
@ -28,16 +28,16 @@ $(TARGET_BIN): $(TARGET) $(ELFLOADER)
|
|||||||
upload: $(TARGET_BIN)
|
upload: $(TARGET_BIN)
|
||||||
@$(WIIDEV)/bin/bootmii -a $<
|
@$(WIIDEV)/bin/bootmii -a $<
|
||||||
|
|
||||||
git_version.h:
|
git_version.h: describesimple.sh
|
||||||
@echo " GITVER $@"
|
@echo " GITVER $@"
|
||||||
@echo 'const char git_version[] = "'`./describesimple.sh`'";' > git_version.h
|
@echo 'const char git_version[] = "'`./describesimple.sh`'";' > git_version.h
|
||||||
|
|
||||||
clean: myclean
|
clean: myclean
|
||||||
|
|
||||||
$(ELFLOADER):
|
$(ELFLOADER):
|
||||||
$(MAKE) -C elfloader
|
@$(MAKE) -C elfloader
|
||||||
|
|
||||||
myclean:
|
myclean:
|
||||||
-rm -f $(TARGET_BIN) git_version.h
|
-rm -f $(TARGET_BIN) git_version.h
|
||||||
$(MAKE) -C elfloader clean
|
@$(MAKE) -C elfloader clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user