Skip to content

Commit

Permalink
Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlaszcz committed May 25, 2024
1 parent 0f8665c commit 8a68a58
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Make_tos.mak
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ N_FLAGS=-DTOS -DFEAT_NORMAL
RUNTIME_SRC=../runtime_tos
RELROOT=tmp
RELDIR=$(RELROOT)/vim
TARNAME=vim74.tar.gz
DOCSDIR=../runtime_tos/doc

.PHONY: lint obj clean release tags tos_utils
Expand Down Expand Up @@ -148,8 +149,7 @@ release: clean all xxd/xxd.ttp rt_doctags doctags.ttp tos_utils
cp tos_utils/tospal.tos $(RELDIR)
cp vimrct vimrcs vimrc $(RELDIR)
cp $(RUNTIME_SRC)/doc/os_atari.txt $(RELDIR)/readme.txt
-rm $(RELROOT)/vim74.tar.gz
tar -czvf $(RELROOT)/vim74.tar.gz $(RELDIR)/
cd $(RELROOT) && tar -czvf $(TARNAME) vim/


rt_doctags:
Expand Down Expand Up @@ -177,7 +177,8 @@ clean:
-rmdir obj_s
-rmdir obj_n
-rm vim*.ttp
-rm xxd/xxd.ttp
-rm xxd/xxd.ttp xxd/*.o
-rm tos_utils/*.o tos_utils/*.tos tos_utils/*.ttp
-rm -r tmp/vim
-rm doctags.ttp

Expand Down

0 comments on commit 8a68a58

Please sign in to comment.