2023-03-30 08:46:31 -05:00
|
|
|
# ignore-cross-compile
|
2022-08-23 00:00:00 +00:00
|
|
|
include ../tools.mk
|
2019-01-06 16:27:57 -05:00
|
|
|
|
|
|
|
# ignore-windows
|
|
|
|
|
2013-12-01 11:08:46 +01:00
|
|
|
# Notice the space in the end, this emulates the output of pkg-config
|
2014-02-06 19:57:09 -08:00
|
|
|
RUSTC_FLAGS = -C link-args="-lc "
|
2013-12-01 11:08:46 +01:00
|
|
|
|
|
|
|
all:
|
|
|
|
$(RUSTC) $(RUSTC_FLAGS) empty.rs
|