summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/return-non-c-like-enum/Makefile
blob: 513311c8289464df4cdc143fe236a1660c08a4c7 (plain)
1
2
3
4
5
6
7
include ../tools.mk

all:
	$(RUSTC) --crate-type=staticlib nonclike.rs
	$(CC) test.c $(call STATICLIB,nonclike) $(call OUT_EXE,test) \
		$(EXTRACFLAGS) $(EXTRACXXFLAGS)
	$(call RUN,test)