mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-05-06 01:04:07 +00:00
Makefile.simple: Delete some more build products in make clean
.
This commit is contained in:
parent
6c4ca2254c
commit
73d1232a8f
@ -167,5 +167,7 @@ hyper.emscripten-sources: *.cpp autohdr.h
|
|||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f hyperrogue$(EXE_EXTENSION) hyper$(OBJ_EXTENSION) $(hyper_RES) langen$(EXE_EXTENSION) language-data.cpp savepng$(OBJ_EXTENSION)
|
rm -f langen$(EXE_EXTENSION) language-data.cpp
|
||||||
|
rm -f makeh$(EXE_EXTENSION) autohdr.h
|
||||||
|
rm -f hyperrogue$(EXE_EXTENSION) hyper$(OBJ_EXTENSION) $(hyper_RES) savepng$(OBJ_EXTENSION)
|
||||||
rm -f hyper.html hyper.js hyper.wasm
|
rm -f hyper.html hyper.js hyper.wasm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user