mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-06 19:25:46 -04:00
Add json generator script and makefile target
This commit is contained in:
parent
1300b3f9e1
commit
863a08b0d4
2 changed files with 95 additions and 0 deletions
8
Makefile
8
Makefile
|
@ -110,6 +110,14 @@ dist: $(OBJS) README.html
|
|||
VERSION=$(VERSION) scripts/makepkgs freedm $(FREEDM) $(DISTDOCS)
|
||||
VERSION=$(VERSION) scripts/makepkgs freedoom $(FREEDOOM1) $(FREEDOOM2) $(DISTDOCS)
|
||||
|
||||
json: $(OBJS)
|
||||
ifndef JSON
|
||||
@echo "Define JSON as the file to output." >&2
|
||||
@exit 1
|
||||
else
|
||||
JSON=$(JSON) VERSION=$(VERSION) scripts/makejson
|
||||
endif
|
||||
|
||||
clean:
|
||||
rm -f *.html deutex.log $(OBJS) \
|
||||
./wadinfo.txt ./wadinfo_phase1.txt \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue