Skip to content

Commit

Permalink
updated make file
Browse files Browse the repository at this point in the history
  • Loading branch information
dkorytov committed Mar 12, 2020
1 parent 88ffef5 commit af6a632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.roomba
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ N2LIB = lib/libn2merg.so

all: ${EXE} ${N2LIB} test_merging

${EXE}: ${OBJECTS}
${EXE}: ${OBJECTS} ${HEADERS}
${CC} ${CFLAGS} -o $@ $^ ${LDFLAGS}

${OBJECTS}: obj/%.o : src/%.cpp
Expand All @@ -44,5 +44,5 @@ obj/test_merging.o: src/test_merging.c++
.PHONY:
clean:
@rm -f obj/*.o
@rm -f main
@rm -f core_fit

0 comments on commit af6a632

Please sign in to comment.