Document code, and clean up
This commit is contained in:
4
Makefile
4
Makefile
@@ -39,7 +39,7 @@ help:
|
||||
@echo "Para ejecturar el programa sin instalarlos se puede usar:"
|
||||
@echo " $(MAKE) run-linux"
|
||||
|
||||
src/main.o: src/data/axis.h src/data/cube.h src/data/shaders.h
|
||||
src/main.o: src/data/axis.h src/data/shaders.h
|
||||
|
||||
# WINDOWS
|
||||
windows: $(OBJ) glfw.dll
|
||||
@@ -48,8 +48,6 @@ windows: $(OBJ) glfw.dll
|
||||
glfw.dll:
|
||||
$(CC) -fPIC -shared -D_GLFW_WIN32 -D_GLFW_BUILD_DLL ./ext/glfw/src/*.c -o $@ -lgdi32
|
||||
|
||||
src/main.o: src/data/shaders.h src/data/cube.h src/data/axis.h
|
||||
|
||||
# LINUX
|
||||
linux-x11: $(OBJ)
|
||||
$(MAKE) BKN=_GLFW_X11 libglfw.so
|
||||
|
||||
Reference in New Issue
Block a user