Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
atsb authored Dec 15, 2021
1 parent f97f767 commit 429a142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIBS = -lncurses

$(EXEC): $(OBJECTS)
$(CC) $(OBJECTS) -o $(EXEC) $(LIBS)
mv $(EXEC) ../bin/
mv $(EXEC) bin/

%.o: %.cpp
$(CC) -c $(CC_FLAGS) $< -o $@
Expand Down

0 comments on commit 429a142

Please sign in to comment.