exe.mk, run.mk: Make target test an alias for target run

This commit is contained in:
Jan Lindemann 2010-12-02 21:43:08 +00:00 committed by Jan Lindemann
commit 9af8a4e83a
2 changed files with 3 additions and 3 deletions

View file

@ -8,7 +8,7 @@ include $(MODDIR)/make/depend.mk
all: $(EXE) $(BUILD_EXE_BIN) $(STRIP_DONE)
install: $(INSTALLED_EXE) $(INSTALLED_EXE_BIN)
run: all.dirs $(EXE) $(EXE_BIN)
run test: all.dirs $(EXE) $(EXE_BIN)
strace: $(EXE) $(EXE_BIN)
kdbg gdb ddd:
debug: gdb