Rename binary to wassembler
This commit is contained in:
2
bin/.gitignore
vendored
2
bin/.gitignore
vendored
@@ -1 +1 @@
|
|||||||
wassembly
|
wassembler
|
||||||
2
makefile
2
makefile
@@ -6,7 +6,7 @@ CPPS = $(shell find src/ -name '*.cpp')
|
|||||||
OBJS = $(patsubst src/%.cpp, build/%.o, ${CPPS})
|
OBJS = $(patsubst src/%.cpp, build/%.o, ${CPPS})
|
||||||
DEPS = $(patsubst src/%.cpp, build/%.d, ${CPPS})
|
DEPS = $(patsubst src/%.cpp, build/%.d, ${CPPS})
|
||||||
|
|
||||||
BINARY = bin/wassembly
|
BINARY = bin/wassembler
|
||||||
|
|
||||||
.PHONY: all check clean
|
.PHONY: all check clean
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user