The nms-ncurses buid should be named nms
This commit is contained in:
parent
e42155973a
commit
e153046219
2
Makefile
2
Makefile
@ -26,7 +26,7 @@ sneakers: $(OBJ)/nms.o $(OBJ)/sneakers.o | $(BIN)
|
|||||||
all: nms sneakers
|
all: nms sneakers
|
||||||
|
|
||||||
nms-ncurses: $(OBJ)/nms-ncurses.o $(OBJ)/main.o | $(BIN)
|
nms-ncurses: $(OBJ)/nms-ncurses.o $(OBJ)/main.o | $(BIN)
|
||||||
$(CC) $(CFLAGS) -o $(BIN)/$@ $^ -lncurses
|
$(CC) $(CFLAGS) -o $(BIN)/nms $^ -lncurses
|
||||||
|
|
||||||
$(OBJ)/%.o: $(SRC)/%.c | $(OBJ)
|
$(OBJ)/%.o: $(SRC)/%.c | $(OBJ)
|
||||||
$(CC) $(CFLAGS) -o $@ -c $<
|
$(CC) $(CFLAGS) -o $@ -c $<
|
||||||
|
Loading…
Reference in New Issue
Block a user