mirror of
https://github.com/fail0verflow/mini.git
synced 2024-11-05 19:25:12 +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)
|
||||
@$(WIIDEV)/bin/bootmii -a $<
|
||||
|
||||
git_version.h:
|
||||
git_version.h: describesimple.sh
|
||||
@echo " GITVER $@"
|
||||
@echo 'const char git_version[] = "'`./describesimple.sh`'";' > git_version.h
|
||||
|
||||
clean: myclean
|
||||
|
||||
$(ELFLOADER):
|
||||
$(MAKE) -C elfloader
|
||||
@$(MAKE) -C elfloader
|
||||
|
||||
myclean:
|
||||
-rm -f $(TARGET_BIN) git_version.h
|
||||
$(MAKE) -C elfloader clean
|
||||
@$(MAKE) -C elfloader clean
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user