Fix 'clean' target

- Also delete 'bin/' and '.build_env'
This commit is contained in:
Marco Herrn 2018-12-18 16:18:19 +01:00
parent 329d621bf8
commit 03756a7f6f
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ uninstall:
# clean all build files
clean:
@rm -v -fr *~ *.c src/*.c src/*~
@rm -v -fr *~ *.c src/*.c src/*~ bin .build_env
run:
bin/neo_layout_viewer