Skip to content

Commit

Permalink
binary name change
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxshao committed Sep 6, 2017
1 parent 7a8be41 commit 1745ef4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*.o
*.a
.clang-format
main
ptmidi
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.PHONY: all
all: main
all: ptmidi

main: convert.cpp main.cpp pitch_bend.cpp pttypes.cpp *.hpp midifile/lib/libmidifile.a pxtone/libpxtone.a
g++ -g -std=c++1z *.cpp -o main -L./pxtone -L./midifile/lib -lpxtone -lmidifile -I./midifile/include
ptmidi: convert.cpp main.cpp pitch_bend.cpp pttypes.cpp *.hpp midifile/lib/libmidifile.a pxtone/libpxtone.a
g++ -g -std=c++1z *.cpp -o ptmidi -L./pxtone -L./midifile/lib -lpxtone -lmidifile -I./midifile/include

clean:
rm -f main
Expand Down

0 comments on commit 1745ef4

Please sign in to comment.