deadpixi / sam

An updated version of the sam text editor.
Other
436 stars 47 forks source link

rsam Makefile misses a rule (at least on OpenBSD) #39

Closed rudolfII closed 8 years ago

rudolfII commented 8 years ago

Hello,

when building on OpenBSD, rsam (as the only program from the set) is not built. I had to add the line

$(CC) -o rsam rsam.o $(LDFLAGS)

to the Makefile's rule for rsam.

It might be just that the "make" on OpenBSD doesn't know some implicit rule, but this is simply beyond my knowledge... (Sorry, if that's the case; still I think the explicit rule does not hurt.)

Thanks, Ruda

deadpixi commented 8 years ago

Sorry, I could've sworn I fixed this already. Fixed now.