rename executable

This commit is contained in:
anon 2023-11-14 00:05:26 +01:00
parent 982479db6d
commit a642218b94
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@
*.o
*.yy.*
.gdb_history
cwheel

View File

@ -6,7 +6,7 @@ ifeq ($(DEBUG), 1)
CXXFLAGS += -DDEBUG -O0 -ggdb -pg -fno-inline
endif
OUT := a.out
OUT := cwheel
SOURCE.d := source/
OBJECT.d := object/