Use ze as output filename in Makefile

This commit is contained in:
Matúš Púll 2025-06-25 16:40:52 +02:00
parent 02dc2b9d7c
commit f874852629

View file

@ -8,4 +8,4 @@ HPP_FILES = \
everything.hpp everything.hpp
all: $(CPP_FILES) $(HPP_FILES) all: $(CPP_FILES) $(HPP_FILES)
g++ $(CPP_FILES) -lncurses -o a g++ $(CPP_FILES) -lncurses -o ze