Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
dl1mx authored Jul 3, 2020
1 parent 7c095b1 commit e4a4c5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions DMR2NXDN/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ DMR2NXDN: $(OBJECTS)
%.o: %.cpp
$(CXX) $(CFLAGS) -c -o $@ $<

install:
install -m 755 DMR2NXDN /usr/local/bin/

clean:
$(RM) DMR2NXDN *.o *.d *.bak *~

0 comments on commit e4a4c5e

Please sign in to comment.