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

Merge branch 'master' into typedefs

Conflicts:
	lib/c/Makefile
parents 9802290a c6627bc8
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ $(TEST_DIR)/gen/%.o: $(TEST_DIR)/%.c | $(TEST_DIR)/gen ...@@ -96,6 +96,7 @@ $(TEST_DIR)/gen/%.o: $(TEST_DIR)/%.c | $(TEST_DIR)/gen
.PRECIOUS: $(TEST_DIR)/gen/%.h .PRECIOUS: $(TEST_DIR)/gen/%.h
$(TEST_DIR)/gen/%.c $(TEST_DIR)/gen/%.h: $(TEST_DIR)/%.lc | $(TEST_DIR)/gen $(TEST_DIR)/gen/%.c $(TEST_DIR)/gen/%.h: $(TEST_DIR)/%.lc | $(TEST_DIR)/gen
$(LABCOMM) \ $(LABCOMM) \
--ver=$(VERSION) \
--c=$(TEST_DIR)/gen/$*.c \ --c=$(TEST_DIR)/gen/$*.c \
--h=$(TEST_DIR)/gen/$*.h \ --h=$(TEST_DIR)/gen/$*.h \
$< $<
......
...@@ -8,6 +8,6 @@ all: ...@@ -8,6 +8,6 @@ all:
.PHONY: distclean .PHONY: distclean
distclean: distclean:
rm *.o *.so *.so.1 *.a for v in $(VERSIONS) ; do $(MAKE) -C $${v} $@ || exit 1 ; done
for v in $(VERSIONS) ; do $(MAKE) -C $${v} distclean ; 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