Skip to content

Commit

Permalink
Merge branch 'im-0-various-improvements'
Browse files Browse the repository at this point in the history
Частичный прием коммитов от IM-0
  • Loading branch information
forth32 committed Mar 10, 2018
2 parents c00426b + 2eb0e54 commit 319c5e5
Show file tree
Hide file tree
Showing 3 changed files with 4,433 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
balong-nvtool
nvdload-combine
nvdload-split

*.o
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ TARGET = balong-nvtool nvdload-split nvdload-combine
all: $(TARGET)

clean:
rm *.o
rm $(TARGET)
rm -f *.o
rm -f $(TARGET)

balong-nvtool: balong-nvtool.o nvio.o nvid.o sha2.o nvcrc.o
@gcc $^ -o $@ $(LIBS)
Expand Down
Loading

0 comments on commit 319c5e5

Please sign in to comment.