File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -102,6 +102,7 @@ ZIPNAME := ${ZIPNAME}-${BINARY}
102102endif
103103
104104# create a distribution archive for publication
105+ .PHONY : dist
105106dist : build
106107 mkdir $(DIRNAME )
107108 cp -p -r --parents $(CONTENTS ) $(DIRNAME )
@@ -113,6 +114,7 @@ dist: build
113114# machine files are included since tests may need them;
114115# nothing else is in the archive since it is not intended
115116# for the public, just designated volunteers
117+ .PHONY : beta
116118beta :
117119 echo " This is an incomplete beta release of the DASM assembler." > README.BETA
118120 echo " The purpose is to identify regressions, nothing more." >> README.BETA
@@ -124,6 +126,7 @@ beta:
124126# remove beta archives and bin/ directory created by
125127# regular build from this Makefile; don't delete the
126128# "real" distribution archives
129+ .PHONY : clean
127130clean :
128131 @${MAKE} -C src $@
129132 @${MAKE} -C test $@
You can’t perform that action at this time.
0 commit comments