Makefile: removed configure and made library builds better #45
No reviewers
Labels
No Label
bug
duplicate
enhancement
help wanted
invalid
joke
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: bonsai/harakit#45
Loading…
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