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