Commit 45ba4559 authored by Kevin Wolf's avatar Kevin Wolf
Browse files

Makefile: Ausgabe für kompilierte Dateien

Signed-off-by: Kevin Wolf's avatarKevin Wolf <kevin@tyndur.org>
parent 2e498d64
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -97,4 +97,5 @@ clean: clean_tests
@rm -f $(ALL_OBJS) $(TESTS:%=tests/%/test) libtest.a libext2.a etool/etool
%.o: %.c
@(echo $^ | grep -qe "^tests/") || echo " CC $^"
@$(CC) $(CFLAGS) -c -o $@ $^
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment