Skip to content

Commit

Permalink
Correct paths in package step
Browse files Browse the repository at this point in the history
  • Loading branch information
4LT committed Jul 1, 2022
1 parent d7b4dc7 commit e8c139f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ package: all $(PROGS) $(FGD)
cp $(PROGS) build/ntcn/
cp $(FGD) build/ntcn/
cp README.md build/ntcn/
rm -f build/ntcn.zip
zip -r build/ntcn.zip build/ntcn
cd build && rm -f ntcn.zip && zip -r ntcn.zip ntcn/

clean:
rm -f progs.dat
Expand Down

0 comments on commit e8c139f

Please sign in to comment.