Makefile: removed configure and made library builds better #45
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Makefile-changes"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Big fan.
@ -75,2 +72,3 @@
build/bin/fop: src/fop.rs build libgetopt sysexits
build/bin/fop: src/fop.rs build build/o/libgetopt.rlib build/o/libsysexits.rlib
$(RUSTC) $(RUSTFLAGS) --extern getopt=build/o/libgetopt.rlib \
--extern sysexits=build/o/libsysexits.rlib \
Should this be a RUSTFLAGS flag?
Pull request closed