Use ze as output filename in Makefile
This commit is contained in:
parent
02dc2b9d7c
commit
f874852629
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -8,4 +8,4 @@ HPP_FILES = \
|
|||
everything.hpp
|
||||
|
||||
all: $(CPP_FILES) $(HPP_FILES)
|
||||
g++ $(CPP_FILES) -lncurses -o a
|
||||
g++ $(CPP_FILES) -lncurses -o ze
|
||||
|
|
Loading…
Reference in a new issue