summaryrefslogtreecommitdiffstats
path: root/tests/run-make/return-non-c-like-enum/Makefile
blob: 0c8d8bf3acc60e599f9b61bc9a080fb02f182e7b (plain)
1
2
3
4
5
6
7
8
# ignore-cross-compile
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)