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