Change files naming

This commit is contained in:
JackCarterSmith 2020-09-08 16:18:12 +02:00
parent 6ac4b12b1c
commit 62194ead52
No known key found for this signature in database
GPG Key ID: B05F75E5934B1D7F

View File

@ -3,7 +3,7 @@ CC=gcc
CFLAGS= -Wall -O3 CFLAGS= -Wall -O3
LDFLAGS= -lz -lpng LDFLAGS= -lz -lpng
TARGET=RogueDE-texture TARGET=RSE-Texture
VERSION=1.0a VERSION=1.0a
SRC_DIR=src SRC_DIR=src
SRC= $(wildcard $(SRC_DIR)/*.c) SRC= $(wildcard $(SRC_DIR)/*.c)
@ -30,4 +30,4 @@ $(TARGET): $(OBJS)
clean: clean:
@rm -rf $(BUILD_DIR) @rm -rf $(BUILD_DIR)
@rm -f RogueDE-* @rm -f RSE-*