Skip to content
Snippets Groups Projects
Commit c6627bc8 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Repaired some Makefile damage.

parent 81ce8bc1
No related merge requests found
......@@ -96,6 +96,7 @@ $(TEST_DIR)/gen/%.o: $(TEST_DIR)/%.c | $(TEST_DIR)/gen
.PRECIOUS: $(TEST_DIR)/gen/%.h
$(TEST_DIR)/gen/%.c $(TEST_DIR)/gen/%.h: $(TEST_DIR)/%.lc | $(TEST_DIR)/gen
$(LABCOMM) \
--ver=$(VERSION) \
--c=$(TEST_DIR)/gen/$*.c \
--h=$(TEST_DIR)/gen/$*.h \
$<
......
......@@ -8,5 +8,6 @@ all:
.PHONY: distclean
distclean:
rm *.o *.so *.so.1 *.a
for v in $(VERSIONS) ; do $(MAKE) -C $${v} $@ || exit 1 ; done
rm -f *.o *.so *.so.1 *.a
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment