Added vt100 to 'make all' target
This commit is contained in:
parent
7bb9204d81
commit
f2caec68c8
1 changed files with 1 additions and 1 deletions
2
makefile
2
makefile
|
|
@ -23,7 +23,7 @@ MSG_CLEANING = Cleaning:
|
|||
MSG_CLEANING_OBJ = Cleaning $(OBJDIR):
|
||||
MSG_CLEANING_OUT = Cleaning $(OUTDIR):
|
||||
|
||||
all: $(OUTDIR)/connect4_$(UI_TARGET).elf
|
||||
all: $(addprefix $(OUTDIR)/connect4_,ncurses.elf vt100.elf)
|
||||
|
||||
run: $(OUTDIR)/connect4_$(UI_TARGET).elf
|
||||
./$<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue