Skip to content

Commit

Permalink
add license, readme to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mortonsc committed Dec 11, 2016
1 parent 38f6523 commit 3f776df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ all: $(EXEC).8xp

release: $(EXEC).zip

$(EXEC).zip: $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h lib README.md
zip $(EXEC).zip $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h $(LDIR)/c_ti83p.lib release_Makefile
$(EXEC).zip: $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h lib README.md LICENSE.txt
zip $(EXEC).zip $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h $(LDIR)/c_ti83p.lib \
release_Makefile README.md LICENSE.txt
# rename release_Makefile to Makefile in the zip archive
printf "@ release_Makefile\n@=Makefile" | zipnote -w $(EXEC).zip

$(EXEC).8xp: $(EXEC).bin
Expand Down
5 changes: 3 additions & 2 deletions release_Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ all: $(EXEC).8xp

release: $(EXEC).zip

$(EXEC).zip: $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h $(LDIR)/c_ti83p.lib README.md
zip $(EXEC).zip $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h $(LDIR)/c_ti83p.lib Makefile
$(EXEC).zip: $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h $(LDIR)/c_ti83p.lib README.md LICENSE.txt
zip $(EXEC).zip $(EXEC).8xp $(EXEC).c $(LDIR)/c_ti83p.h $(LDIR)/c_ti83p.lib \
Makefile README.md LICENSE.txt

$(EXEC).8xp: $(EXEC).bin
binpac8x.py -O conway $(EXEC).bin
Expand Down

0 comments on commit 3f776df

Please sign in to comment.