Rename binary to wassembler

This commit is contained in:
2020-05-30 12:22:22 +02:00
parent 0286f25e8d
commit d396628310
2 changed files with 2 additions and 2 deletions

2
bin/.gitignore vendored
View File

@@ -1 +1 @@
wassembly
wassembler

View File

@@ -6,7 +6,7 @@ CPPS = $(shell find src/ -name '*.cpp')
OBJS = $(patsubst src/%.cpp, build/%.o, ${CPPS})
DEPS = $(patsubst src/%.cpp, build/%.d, ${CPPS})
BINARY = bin/wassembly
BINARY = bin/wassembler
.PHONY: all check clean