-- [Fix] Fixed custom makefiles to correspond with the current project.
This commit is contained in:
parent
664ca21c93
commit
756b86ee58
@ -18,4 +18,3 @@ all: $(objects)
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(objects)
|
rm -f $(objects)
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
CC = g++
|
CC = g++
|
||||||
CFLAGS = -ansi -Wall -g
|
CFLAGS = -ansi -Wall -g
|
||||||
LDADD = -lGL -lGLU -lSDL
|
LDADD = -lGL -lGLU -lSDL
|
||||||
objects = Debug.o GlxWindow.o ImageLoader.o Sprite.o Vec2.o Input.o\
|
objects = Debug.o Entity.o ImageLoader.o Sprite.o Input.o \
|
||||||
|
|
||||||
.PHONY: default all clean
|
.PHONY: default all clean
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user