chose a name
This commit is contained in:
5
Makefile
5
Makefile
@ -26,7 +26,7 @@ else
|
|||||||
CFLAGS += -O3 -flto=auto -fno-stack-protector
|
CFLAGS += -O3 -flto=auto -fno-stack-protector
|
||||||
endif
|
endif
|
||||||
|
|
||||||
OUT := a.out
|
OUT := depgra
|
||||||
|
|
||||||
# --- Rule Section ---
|
# --- Rule Section ---
|
||||||
|
|
||||||
@ -42,7 +42,8 @@ ${OBJECT.d}/%.o: ${SOURCE.d}/%.cpp
|
|||||||
clean:
|
clean:
|
||||||
-rm ${GENSOURCE}
|
-rm ${GENSOURCE}
|
||||||
-rm ${OBJECT}
|
-rm ${OBJECT}
|
||||||
|
-rm ${OUT}
|
||||||
|
|
||||||
test:
|
test:
|
||||||
./script debug/dummy_c_project/*.c
|
./bepgra debug/dummy_c_project/*.c
|
||||||
nomacs output.png
|
nomacs output.png
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
a.out $@
|
depgra $@
|
||||||
dot -Tpng -o output.png c.dot
|
dot -Tpng -o output.png c.dot
|
Reference in New Issue
Block a user