We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
all: $(call NATIVE_STATICLIB,test)
1 parent d69b3b1 commit d20e4aaCopy full SHA for d20e4aa
src/test/run-make-fulldeps/pass-non-c-like-enum-to-c/Makefile
@@ -1,6 +1,5 @@
1
-include ../tools.mk
2
3
-all:
4
- $(CC) -c test.c -o $(call STATICLIB,test) $(EXTRACFLAGS) $(EXTRACXXFLAGS)
+all: $(call NATIVE_STATICLIB,test)
5
$(RUSTC) nonclike.rs -L$(TMPDIR) -ltest
6
$(call RUN,nonclike)
src/test/run-make-fulldeps/return-non-c-like-enum-from-c/Makefile
0 commit comments