Skip to content
Snippets Groups Projects
Commit 9d8b1ee2 authored by LABROSSE THEO p2003011's avatar LABROSSE THEO p2003011 :eyeglasses:
Browse files

first commit

parent f7c9fc00
No related branches found
No related tags found
No related merge requests found
src/*.o
src/*.d
build/
src/plateau.svg
\ No newline at end of file
CXX = g++
CXXFLAGS += -g -Wall
CXXFLAGS += -g -Wall #-DNO_GRAPHICS
GRAPHICS_FLAGS = $(shell pkg-config --cflags librsvg-2.0)
GRAPHICS_CXXFLAGS = $(if $(GRAPHICS_FLAGS),$(GRAPHICS_FLAGS),-DNO_GRAPHICS)
......@@ -88,3 +88,6 @@ clean:
@rm -f $(DEPS) $(TARGETS) $(CLEAN_OBJECTS)
-include $(DEPS)
# clear && make test_graphe && ./test_graphe && make clean
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment