diff options
author | 2025-05-16 16:58:17 +0200 | |
---|---|---|
committer | 2025-05-16 16:58:17 +0200 | |
commit | e896b10d48f6393df25cfbc5fd3413cbc5ccada3 (patch) | |
tree | 9dd3aaf6a054b2e3e756589795a7cb023d099c71 | |
parent | 0a4f6e42c1e8501f498d42356575e679998fbc2e (diff) | |
download | tris-e896b10d48f6393df25cfbc5fd3413cbc5ccada3.tar.gz tris-e896b10d48f6393df25cfbc5fd3413cbc5ccada3.zip |
Remove a test target of Makefile
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -29,9 +29,6 @@ OBJ = ${SRC:.c=.o} CFLAGS != pkg-config --cflags ${LIBS} LFLAGS != pkg-config --libs ${LIBS} -prova: - @echo ${LFLAGS} - ${PROG}: ${OBJ} ${CC} ${OBJ} -o $@ ${LFLAGS} |