1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-17 02:40:03 +00:00

Merge pull request #102 from Quuxplusone/make-clean

Makefile.simple: Delete some more build products in `make clean`
This commit is contained in:
Zeno Rogue 2020-04-04 01:02:33 +02:00 committed by GitHub
commit c623f6a6fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,5 +167,7 @@ hyper.emscripten-sources: *.cpp autohdr.h
.PHONY: 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