Typos
This commit is contained in:
2
Makefile
2
Makefile
@@ -17,7 +17,7 @@ firesse.o: $(objects) firecgi/firecgi.o
|
|||||||
gold -z relro -z now -r --output=$@ $+
|
gold -z relro -z now -r --output=$@ $+
|
||||||
|
|
||||||
firesse.so: $(objects) firecgi/firecgi.o
|
firesse.so: $(objects) firecgi/firecgi.o
|
||||||
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -shared -o $@ $+ $(FIRE_LDFLIBS)
|
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -shared -o $@ $+ $(FIRE_LDLIBS)
|
||||||
|
|
||||||
example_clock: example_clock.o firesse.o
|
example_clock: example_clock.o firesse.o
|
||||||
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -pie -o $@ $+ $(FIRE_LDLIBS)
|
$(FIRE_CXX) $(FIRE_CXXFLAGS) $(FIRE_LDFLAGS) -pie -o $@ $+ $(FIRE_LDLIBS)
|
||||||
|
|||||||
2
firecgi
2
firecgi
Submodule firecgi updated: f9988beb88...fe61f0dd20
Reference in New Issue
Block a user