chose a name

This commit is contained in:
anon 2024-08-23 21:13:52 +02:00
parent c5bdd3c876
commit dd11653768
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
#!/bin/bash
a.out $@
depgra $@
dot -Tpng -o output.png c.dot