removed ini.h, changed exec name to bibi

This commit is contained in:
Vincent-FK
2021-06-17 21:28:32 +02:00
parent 8f9f1c3341
commit fa9584d3c3
5 changed files with 3 additions and 5 deletions

View File

@@ -41,7 +41,7 @@ LDFLAGS = $(SDL_LIBS) -lSDL_image $(LDFLAGS_EXTRA)
SRC = $(wildcard src/*.c)
OBJ = $(SRC:.c=.o)
EXEC = bomber
EXEC = bibi
.PHONY: all dep clean mrproper