Change files naming
This commit is contained in:
parent
6ac4b12b1c
commit
62194ead52
4
Makefile
4
Makefile
@ -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-*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user