Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alongL authored Sep 3, 2020
1 parent 4b45318 commit 559184f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ SRC=$(wildcard *.cpp)
OBJECTS:=$(patsubst %.cpp,%.o,$(SRC))

PROGRAM:= srs_ingest_helper
BINDIR := ./
BINDIR := ../
TARGET = $(BINDIR)/$(PROGRAM)


Expand Down

0 comments on commit 559184f

Please sign in to comment.